Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the following code to move the negative sign from the back of a
number to the front of the number: For Each cell In Selection.SpecialCells(xlConstants, xlTextValues) s = Trim(cell) If IsNumeric(s) Then cell.Value = CDbl(s) End If Next This code works when there is a negative in the column. However, it does not work when it can't find a negative. It gives me a "Run-time error '1004': No cells were found". Does anyone know how to code this so that the macro keeps going and dosn't error out? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Macro Error | Excel Discussion (Misc queries) | |||
change error message when no more for "find" in macro to find | Excel Programming | |||
ERROR 91 with FIND in macro | Excel Programming | |||
can't find error in macro logic... | Excel Programming | |||
macro error "can't find project or library" | Excel Programming |