C
Cass
To my potential rescuer...
I am trying to activate cell A1 in a spreadsheet but I keep getting this
error message: run time 1004
The code is below and the error kicks in on the last line:
Workbooks("PIVOTS.xls").Worksheets("Campaign").Activate
Row_Count = 1
Col_Count = 1
Cells(Row_Count, Col_Count).Select
The irritating thing is that this piece of code is not "clever" or "fancy"
and was working, I haven't made any changes to it and am the only one using
these files. Apologies- rant over.
Many Thanks
I am trying to activate cell A1 in a spreadsheet but I keep getting this
error message: run time 1004
The code is below and the error kicks in on the last line:
Workbooks("PIVOTS.xls").Worksheets("Campaign").Activate
Row_Count = 1
Col_Count = 1
Cells(Row_Count, Col_Count).Select
The irritating thing is that this piece of code is not "clever" or "fancy"
and was working, I haven't made any changes to it and am the only one using
these files. Apologies- rant over.
Many Thanks