automatic macros day 2

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

Guest

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
 
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.
 
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.
 

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

Similar Threads


Back
Top