Thread
:
Define sheet name then select sheet
View Single Post
#
2
Posted to microsoft.public.excel.misc
Carim
external usenet poster
Posts: 510
Define sheet name then select sheet
Hi,
Just try :
Dim sheet_name As String
sheet_name = ActiveCell.Value
Sheets(sheet_name).Select
HTH
Reply With Quote
Carim
View Public Profile
Find all posts by Carim