Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The subject line is the error message I get when trying to run the following
code. When I hit debug, it highlights the line that starts with "set r - range...". What I am trying to do is clear the constants but leave the formulas in the "D7:E125" Range. Help!!!! ' Sub clear_part2() Dim r As Range Set r = Range("D7:E125").SpecialCells(xlCellTypeConstants) r.Clear End Sub -- Regina |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merge Cells run-time error '1004' | Excel Programming | |||
Run time error 1004: "No list was found.." | Excel Programming | |||
Microsoft Visual Basic Run-time error '1004' No cells were found | Excel Programming | |||
Run-time error '1004': No cells were found | Excel Programming | |||
Run-time error '1004': No cells were found | Excel Programming |