Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a better way to remove cell error markers. This works but seems
long winded. Set tbl = Range("H2:H203") For Each rng In tbl rng.Errors.Item(xlNumberAsText).Ignore = True Next This doesn't work: Range("H2:H203").Errors.Item(xlNumberAsText).Ignor e = True T.I.A. Geoff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I put error bars in front of markers in an excel chart? | Charts and Charting in Excel | |||
cell colour change when set markers are reached | New Users to Excel | |||
Too many markers on line chart makes it a thick line and individual markers cannot be seen | Excel Discussion (Misc queries) | |||
Given a range of cells, some of which contain errors (e.g. #DIV/0), replace each cell having an error with the value of a non-error precedent cell | Excel Programming | |||
Pasting Word table cell with paragraph markers into single Excel c | Excel Discussion (Misc queries) |