Hi,
If you want to make changes to workbook 2 why are you first wanting to deactivate it only to reactivate it? Is there not some other event that you could use to make the change?
But since you're not using Paste Special Values why not simply point AU29 to G29 with =G29, and similarly for AU30:AU120
You may find the Application.EnableEvents = False instruction of some use in the appropriate place, followed later by an =True instruction.
Bookmarks