lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
in VBA, if I say worksheets(1), which sheet is that? the first one in the left hand side (physically the first one) or the first sheet that is created?
lets say I have 4 sheets A,B,C and D. A was the first sheet created. Then I changed the order, copy/move etc and now I have these sheets listed as
D, A, F, B, C
Which one is worksheets(1) now?
Can I print/display sheets number? Thank you
in VBA, if I say worksheets(1), which sheet is that? the first one in the left hand side (physically the first one) or the first sheet that is created?
lets say I have 4 sheets A,B,C and D. A was the first sheet created. Then I changed the order, copy/move etc and now I have these sheets listed as
D, A, F, B, C
Which one is worksheets(1) now?
Can I print/display sheets number? Thank you