Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Scott,
I think this will work for you: With Range("E:E") 'in case no constants or no formulas - either will trigger an error On Error Resume Next .SpecialCells(xlCellTypeConstants).Offset(0, -2).ClearContents .SpecialCells(xlCellTypeFormulas).Offset(0, -2).ClearContents On Error GoTo 0 End With hth, Doug "Scott Wagner" wrote in message ... This should be an easy one for the enlightened. If cell in column E is not blank, clear contents of corresponding cell in column C. Otherwise, do nothing. Thanks for your brains, Scott |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rookie needs help! | Excel Discussion (Misc queries) | |||
VBA Help Please (rookie issue) | Excel Programming | |||
VBA Question (rookie issue) | Excel Programming | |||
VBA Help please (rookie issue) | Excel Programming | |||
Rookie q | Excel Programming |