N
Neal Ostrander
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
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