I need to loop thru a specified number of worksheets and run a sub. I would like to keep the two subs separately since it actually has two purposes.
Basically, If Sheet5.Range("B1").value = "Prod" then I need to loop thru the 12 sheets, but if not, then I need to just run the Sub RunMe on...