View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neal Ostrander Neal Ostrander is offline
external usenet poster
 
Posts: 6
Default Select worksheet using a variable

I am trying to copy data from one worksheet into another based on the value
in one of the cells in the original worksheet.
I have declared the variable and set the Sheets.select as follows

Dim sheetName
Sheets(sheetName).Select

when the code gets to the Sheets(sheetName).Select line it gives a Runtime
error and says Subscript out of range. Any ideas why this is happenig and how
to correct it.
Thanks
Neal