Thread
:
Deactivate automatic macros on import
View Single Post
#
2
Posted to microsoft.public.excel.programming
Dave Miller
external usenet poster
Posts: 72
Deactivate automatic macros on import
Disable events before you open the workbook:
Application.EnableEvents = False
Remember to enable again after you are done with the sheet.
Regards,
David Miller
Reply With Quote
Dave Miller
View Public Profile
Find all posts by Dave Miller