Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Hi All,
I'm trying to use a different code structure for the NAMED tab of "Tab_ONE" with the following:
Is there anyway to restructure this to use the for example, Worksheet(2) in lieu of "Tab_ONE"??
Please let me know, if you should have any questions.
Thank you,
Pinaceous
I'm trying to use a different code structure for the NAMED tab of "Tab_ONE" with the following:
Code:
ThisWorkbook.Sheets("Tab_ONE").Range("B11:X180"))
Is there anyway to restructure this to use the for example, Worksheet(2) in lieu of "Tab_ONE"??
Please let me know, if you should have any questions.
Thank you,
Pinaceous