i'm creating a file that is supposed to do all the manual work i need.. it has one constant sheet "GMTdata" and other sheets are transient..
now my problem is this macro:
that macro above is supposed to redo the same macro for all other sheets except the sheet name "GMTdata". Now to prevent problems with macros doing unwanted stuff on the GMTdata sheet, i added a code that would exit the sub in case the active sheet is the GMTdata sheet along with a mesage box.![]()
Please Login or Register to view this content.
so the macro above will call this other macro:
now that macro will call all other macros to perform specific tasks on the worksheet... i had to do it this way so its easier to edit it in the future, in case...![]()
Please Login or Register to view this content.
notice the first part of the sub A01_ProcessData has an exit sub statement and a mesage box in case the active sheet is the GMTdata...
so i tried running the Sub SynthesizeDuplicates_Click but the end result is that, it does nothing, and it just keeps popping the prompt i created, which means either that it has not moved away from the GMTdata sheet, or it has been skipping the if conditions i added...
any better ideas??
Bookmarks