Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Hello Everyone,
How would you create a macro for the curser to go to
for every ODD sheet?
Likewise, how would you create a macro for the curser to go to
for every EVEN sheet?
Many thanks in advance!
Pinaceous
How would you create a macro for the curser to go to
Code:
Range(A1).Select
Likewise, how would you create a macro for the curser to go to
Code:
Range(B1).Select
Many thanks in advance!
Pinaceous