Worksheet:
has an id-number: 1
has a tabname: "Test" - properties: Name
has an id-name: Sheet1 - properties: (Name)
to select the worksheet:
Worksheets(1).Select
Worksheets("Test").Select
?
I need to reference the Sheet1 option, but I have no idea on the how.
Also I'm a bit stuck on finding documentation on it since all take in regard the Worksheets("[tabname]") and Worksheets([id-no.]).
I have no idea what the needed identifier is called as it's also shown as (Name) in properties. And that makes it a bit hard to find anything regarding.
Can anyone put me in the right direction, please?
has an id-number: 1
has a tabname: "Test" - properties: Name
has an id-name: Sheet1 - properties: (Name)
to select the worksheet:
Worksheets(1).Select
Worksheets("Test").Select
?
I need to reference the Sheet1 option, but I have no idea on the how.
Also I'm a bit stuck on finding documentation on it since all take in regard the Worksheets("[tabname]") and Worksheets([id-no.]).
I have no idea what the needed identifier is called as it's also shown as (Name) in properties. And that makes it a bit hard to find anything regarding.
Can anyone put me in the right direction, please?