View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Kozak Kozak is offline
external usenet poster
 
Posts: 4
Default Using a variable to gain access to worksheets through codenames.

i get a subscript out of range error #9....
the sheets tab name are Sheet 1, Sheet 2, etc. but i wanna use the Code
name because it is A, B, C, etc. I dont want to change the sheet tab
name. when u do
worksheets(combobox.value) , that things that the combobox.value is the
tab name but its not. its the code name.