vba - Extracting Macros in a Word Document to a text file from c# -


i need extract vba code word 2007 document in c# without using office automation.

what have done far open word document structured storage file in c#, , receive list of following streams:

macros  vba    dir ( stream )     module1 ( stream )      thisdocument ( stream )      _vba_project_ ( stream )   .... 

i gather source stored in 1 of streams, have no idea how parse them.

can help?

probably documentation of vba file format you. can download free microsoft:

[ms-ovba]: office vba file format structure specification


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -