Hi,
I have a workbook which, when I paste into a cell, Application.EnableEvents changes to false.
I have found this by using the immediate window to print the status of the Application.EnableEvents:
When my workbook opens, it runs some code, when finished, the Application.EnableEvents = True
I click any cell on the sheet that is shown - Application.EnableEvents = True
I copy this cell (either by the ribbon or ctrl + c) Application.EnableEvents = True
I click another cell - Application.EnableEvents = True
I paste into this cell - Application.EnableEvents = False
I have no code that traps a ctrl + v or paste but require the enableevents not to be changed.
Does anybody have any ideas as to what could be the problem?
Many Thanks in Advance,
Bookmarks