macros on one page

F

frendabrenda1

Good morning!

I have a workbook with several macros. Ones that I recorded during the same
session (without closing) are listed on 1 page with a line separating them.
For example macros 1,2 and 3 were all recorded at one time. The file closed
then reopened to record macro 4. When you go to edit macro 1, you can see
the code for macros 2 and 3 but not 4. Is there a way that macro 4 could be
included on the same page as 1 through 3?

I am trying to do this so that I can use the edit replace function and
update all of the macros at once.

Thank you for any help. Have a GREAT day!
 
B

Bob Phillips

It shouldn't make any difference to the usability which module they are in.
You could just cut and paste the final macro form one module to another.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top