Hadi said:
Hello Experts,
i would like to know if there is a macro i can use to breakup about 300
invidual projects inside one big consolidated (static) file.
i know i can copy and paste each individually into new files but that can
take forever. is there a VBA code outhere that i can use?
help is always appreciated
Hadi,
I doubt there is a macro already written to do what you want - for a
couple of reasons. First, if it is a statically consolidated master, it
must have been consolidated from the individual subprojects in the first
place, so why not just use those. Second, if the static master has been
edited, the macro would have to be customized to define the criteria as
to what constitutes each of the "individual" subprojects.
A macro could certainly be written but it might be simple or it might be
complex depending on the structure of the file it is supposed to break
up.
Rather than do a manual copy and paste, it might be easier to save
multiple copies of the master under different names, (that's what you
are going to have in the end anyway), and then delete parts that aren't
needed. If this process is done iteratively, it will be easier and
easier. Granted, it is still a lot of work if you need to break the
master into 300 individual files, but it's that, or write some code.
John
Project MVP