Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, That did the trick.
Justa "GS" wrote: possibly: At the beginning of the procedure add this: On Error GoTo ErrorExit Then insert this as the lines before "End" Sub or Function: ErrorExit: Err.Clear -OR- You could use On Error Resume Next at the beginning, to suppress any error messages that may occur in the procedure. I hope this helps! GS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Avoid Update Links dialog in Excel 2003 | Links and Linking in Excel | |||
how to avoid zero error in log log plot | Charts and Charting in Excel | |||
how can i avoid an error message while printing an excel sheet | Excel Discussion (Misc queries) | |||
Avoid error with simple subtraction function | Excel Programming | |||
How to avoid error 2015 when using ActiveCell.Offsett in own function | Excel Programming |