View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
MAK MAK is offline
external usenet poster
 
Posts: 20
Default Save all codes in a plain text file

Export all modules will create multiple text files. i had one excel file
with macros, it contains many sheets, forms and modules. i have made some
changes in codings and create a new excel file.
Two years late, there are several excel files, i want to know what exactly i
changes in the past 2 years and thus i am asking an easy way to output all
codes in an excel files to one single text file. Then I may compare these
several text file to find the difference in codings.
Thanks.

"ozgrid.com" wrote:

Why not Export all Modules to your Hard Drive.



--
Regards
Dave Hawley
www.ozgrid.com
"Mak" wrote in message
...
Dear all,
a macro has many sheets, forms and modules; and each one of them contains
some codings, i want to know how to save all the codings (inside the same
excel file) in one single txt file.
Would you pls help? Thanks.