Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have tried this a couple of ways and both give error 1004
For iCo l = iLow To iHigh ActiveWorkbook.Sheets("Main").Range(Cells(iReadyRo w, iCol)).Value = "No" Next For iCol = iLow To iHigh ActiveWorkbook.Sheets("Main").Range(Cells(iReadyRo w, iCol)).Select Selection.Value = "No" Next Both fail on the ActiveWorkbook line. Any idea what I am doing wrong? And - maybe there is a more elegant way to reset a range to a value other than cell by cell. I guess I could have a range of the same size hidden somewhere with "No" in every cell and just copy it over the top. TIA -- Len |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
runtime 1004 on save as | Excel Programming | |||
Runtime Error 1004 | Excel Programming | |||
What causes runtime error 1004? | Excel Discussion (Misc queries) | |||
Runtime Error '1004' | Excel Programming | |||
Runtime error '1004': | Excel Programming |