When reading the binary of a Word or Excel doc into memory, is it possible to inspect the data to determine if a macro is built-in to it?
views:
24answers:
1
+1
A:
If you set the security level for macros Excel (and I expect word) will ask you if you want to run a macro only if there are macros.
Mark
2010-09-08 13:51:25
The situation we have is that we are reading the binary of the word/excel doc and would like to know within the program we wrote if the binary has a macro. Since this is happening server side, we'd like to capture the fact that a macro is included and avoid any UI pop-up.
2010-09-08 13:56:11