disable vs enable macros

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

Guest

Could someone let me know what effects a document would have if I selected disable macros upon opening vs enable macros. I understand which the choices are but I'm not sure of the limits...
hope that makes sense..
Thanks
Kim
 
Kim

Macros are designed to automate tasks within Excel, either through event code
or user-activation via button, shortcut or other means.

If you disable macros on opening the workbook, you will lose that automated
functionality.

For example, a workbook_open macro could be coded to pull in data from an
external source when the workbook is opened. You would not get this data.

Depending upon coding, you may not even be able to access any worksheets or
existing data.

Gord Dibben Excel MVP
 

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