To: Bob Phillips

  • Thread starter Thread starter Metallo
  • Start date Start date
M

Metallo

Bob,
I was too much enthusiasts this morning when I wrote you that the code is
working, well it does but...

I discovered that it only works if I enable the Macros, otherwise it does
not.

Do you have any solution in mind to help?

Thank you

Alex
 
I'm not Bob, but I bet he would ask you to stay in the same thread.

And if macros aren't enabled, then macros can't run.
 
Thanks Dave,

I thought a Macro was something independent from a workbook_Open event.
The macro I have recorderd does only some formatting stuff and it is in the
module, while the code Bob developed is in the workbook and it is activated
on demand.
Although I still don't understand the connection between the two, hence, why
the macro has got an influence on the workbook_Open event, it means that I
have to inform the users to always enable the macro.
True?

Thank you
Alex
 
Yes, macros must be enabled for macros to run.

--
Regards,
Tom Ogilvy

Metallo said:
Thanks Dave,

I thought a Macro was something independent from a workbook_Open event.
The macro I have recorderd does only some formatting stuff and it is in the
module, while the code Bob developed is in the workbook and it is activated
on demand.
Although I still don't understand the connection between the two, hence, why
the macro has got an influence on the workbook_Open event, it means that I
have to inform the users to always enable the macro.
True?

Thank you
Alex
 

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