A
Alias
Hello,
I have several worksheets and want to know which one is current when Excel
is loaded. Worksheets are named for each month as such:
Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec.
I was thinking a Case Statement might be best approach, but don't know how
to code this in VBA. In each case I want to go to certain cell in each sheet
such as:
Jan = A5, Feb = B2, Mar = C11, etc.
Can anyone write example code to achieve this. Thanks in advance.
I have several worksheets and want to know which one is current when Excel
is loaded. Worksheets are named for each month as such:
Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec.
I was thinking a Case Statement might be best approach, but don't know how
to code this in VBA. In each case I want to go to certain cell in each sheet
such as:
Jan = A5, Feb = B2, Mar = C11, etc.
Can anyone write example code to achieve this. Thanks in advance.