R
rk0909
All,
I am trying to use the code name of sheets instead of the tab name, but it
wouldn't work for me. Any help will be appreciated.
Thanks much,
RK
Sub test()
Dim n As Integer
n = 1
wks = "sheet" & n
wks.Select
End Sub
I am trying to use the code name of sheets instead of the tab name, but it
wouldn't work for me. Any help will be appreciated.
Thanks much,
RK
Sub test()
Dim n As Integer
n = 1
wks = "sheet" & n
wks.Select
End Sub