Hi all,
I understand it is possible to do so using excel macro, see: http://stackoverflow.com/questions/49724/programmatically-extract-macro-vba-code-from-word-2007-docs But What I want to do here is to use VB6 to make an application which does the same thing. I am having problem on how to point to the excel workbook (thisworkbook.VBproject is used in the example above). Is it possible to select any .xls file from the hd,say c:\try.xls, and extract/show its macro? Please advise!
Thanks a bunch! Dean