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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -