URGENT - Extract Macros from office document

  • Thread starter fernandofreitas1979
  • Start date
F

fernandofreitas1979

Hi all,

Does anyone knows how to open an office document and extract its
macros including their source code? Is there any way to do it?

Thanks,

Fernando
 
J

Jonathan West

Hi all,

Does anyone knows how to open an office document and extract its
macros including their source code? Is there any way to do it?

Thanks,

Open the document and press Alt-F11 to open the VBA editor.

Unless the macros have been password protected, you can see them there.

Even if they have been password protected, there are crackers around who can
break the password.

If all you want to do is delete the macros from the document, save it as an
RTF file, close it, open it, and then save it back to doc format again.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top