S
Sparky
Hi All,
problem is driving me mad I get an almost random error in Excel
error 1004 when running some simple VBA I have 3 sheets in a Workbook
and I have writen some very simple code to move cell values around.
The statement that gives me the error is always of the form
Sheet1.Cells(Count1,3).Activate. it seems to be related to
the .Activate method and not the Objects. It also does not seem to be
caused by the same statement. I am running Excel 2007 part of Office
2007 and Windows 7 on a fairly modest spec PC
problem is driving me mad I get an almost random error in Excel
error 1004 when running some simple VBA I have 3 sheets in a Workbook
and I have writen some very simple code to move cell values around.
The statement that gives me the error is always of the form
Sheet1.Cells(Count1,3).Activate. it seems to be related to
the .Activate method and not the Objects. It also does not seem to be
caused by the same statement. I am running Excel 2007 part of Office
2007 and Windows 7 on a fairly modest spec PC