changes to the same worksheet within multiple files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a master workbook that has 9 different workseheets
in it. The master has been saved to over 200 files.
Certain things need to be changed within the 200 files on
certain worksheets. Is there any way to make changes to
ALL 200 sheets at one time, aside from a macro, or
changing each affected worksheet individually?
 
AFAIK you would have to use a looping macro to open each workbook>make the
changes>save & close.
 
Thanks Don, I appreciate it!
-----Original Message-----
AFAIK you would have to use a looping macro to open each workbook>make the
changes>save & close.

--
Don Guillett
SalesAid Software
(e-mail address removed)



.
 
Ron,

You are the BEST!!! Quick question, once I set up the
macro and perform the needed changes, if I "deep six" the
macro, will the changes hold? I don't want users to be
involved with the macro.
 
Hi

The users don't see the macro
The macro is in the master workbook

You copy a range or sheet from the master workbook to all workbooks
and save each workbook in the loop with this line

mybook.Close True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top