automatic macros day 2

I

itsme

Thanks everone, it finally works!!!!
Great

Another question about this:
If I want to have more then one macro run when the file opens do I just add more at the same spot in this workbook?

Example:

Public sub workbook_open()
Macro18
end sub

Public sub workbook_open()
Macro41
end sub

I kind of doubt it, this would be too easy!
LOL

Thanks
 
D

David McRitchie

You asked same question in you original thread where it was answered
to call two macros (or just combine the macros)..

It is (usually) best to stick to a single thread when continuing something. So that
someone searching archives can see everything in context.

When you have a completely unrelated question then start a new thread.
 
I

itsme

thanks
sorry

David McRitchie said:
You asked same question in you original thread where it was answered
to call two macros (or just combine the macros)..

It is (usually) best to stick to a single thread when continuing something. So that
someone searching archives can see everything in context.

When you have a completely unrelated question then start a new thread.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

itsme said:
Thanks everone, it finally works!!!!
Great

Another question about this:
If I want to have more then one macro run when the file opens do I just add more at the same spot in this workbook?

Example:

Public sub workbook_open()
Macro18
end sub

Public sub workbook_open()
Macro41
end sub

I kind of doubt it, this would be too easy!
LOL

Thanks
 

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

Top