Thread
:
Why does this code not work?
View Single Post
#
1
Posted to microsoft.public.excel.misc
rk0909
external usenet poster
Posts: 50
Why does this code not work?
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
Reply With Quote
rk0909
View Public Profile
Find all posts by rk0909