J Jim Pockmire Dec 13, 2006 #1 I am working with a long macro. Documentor wants 250 pages to print it out. Is there a more condensed way?
I am working with a long macro. Documentor wants 250 pages to print it out. Is there a more condensed way?
A Alex Dybenko Dec 15, 2006 #2 Hmm, that's a long one! You can also try to save macro as text, and then print: application.saveastext acmacro, "MyMacroName","C:\MyMacroName.txt" But once you have such big macros - suggest to move to VBA, much more control there -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com
Hmm, that's a long one! You can also try to save macro as text, and then print: application.saveastext acmacro, "MyMacroName","C:\MyMacroName.txt" But once you have such big macros - suggest to move to VBA, much more control there -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com