When referring to worksheets in VBA, do you have to use the name on the sheet tab or can it simply be called Sheet1, Sheet2 etc? I have macro's that change the name of the tab, therefor I have been writing macro's for each of those scenarios (14), whereas if you can refer to the tab as a generic, such as sheet1, this would help a lot! What line would you use then to check if say sheet4 is visible, if so, continue, if not, skip to next sheet? Thanks!
Bookmarks