nyconfidential
New Member
- Joined
- Jul 22, 2015
- Messages
- 49
- Office Version
- 365
- 2016
Hi All - I wrote a sub that copies certain formulas from one workbook to another blank workbook. I've set Application.EnableEvents to false - this seems to work fine if I'm copying code to another sheet in the same workbook, but if I'm copying to another workbook, events are triggered and I receive an error. I assumed that when something is done on the Application level it would turn off events for every workbook that is open, am I incorrect? Is there something else I need to do turn off events for the second workbook? Thanks in advance.