Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I am referring to a range not on the active sheet, why does this work
triggered from a Macro button on Sheet1... Sheets("Sheet2").Range("A2:G57").ClearContents But this will not? Sheets("Sheet2").Range(Cells(2, 1), Cells(endrow, 7)).ClearContents If I am on Sheet2, the above code works. Why? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I enable drill down to refernce cells? | Excel Discussion (Misc queries) | |||
Circular Refernce | Excel Discussion (Misc queries) | |||
Circular Refernce error | Excel Discussion (Misc queries) | |||
Named SUM Formula with relative refernce(s) | Excel Worksheet Functions | |||
How do I refernce a column as I would a field nam in access | Excel Programming |