I have this macro which runs from an Add-In.
When there is a selection change in column A, it calls up a macro.
At the moment, it runs on all files and all sheets.
The files I want to run it on, have the following 2 conditions. Both conditions must be met.
- The macro only runs on Sheet1 (this is VBA name Sheet1 , not tab name)
- There is another worksheet called "Aid Sheet" (this is a tab name and not a VBA name).
ThisWorkbook
Module1![]()
Please Login or Register to view this content.
ClassChange class module![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Bookmarks