tags:

views:

16

answers:

1

Hi All,

I need to generate the .bin file for a word marco programmatically. Is it possible ?

Regards, Francis P.

+1  A: 

Yes, it is possible, but it will be some work. You basically will have to implement the following specification:

[MS-OVBA]: Office VBA File Format Structure Specification

0xA3
Thanks,:) . Isnt there a simpler way to get started :)
francis
@francis: You might try adding the macros to a Word document programmatically using Word's object model, then save the document and extract the bin part.
0xA3