Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I've got an error in my workbook, but it doesn't effect the functionality. Is it possible to turn of the error message/prompt? (So that in the meanwhile I can solve the bug) bernd |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Error Resume Next
Place it before the error may occur -- If this posting was helpful, please click on the Yes button. Regards, Michael Arch. "bernd" wrote: Hello, I've got an error in my workbook, but it doesn't effect the functionality. Is it possible to turn of the error message/prompt? (So that in the meanwhile I can solve the bug) bernd |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Error Resume Next
'that code On Error Goto 0 -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "bernd" wrote in message ups.com... Hello, I've got an error in my workbook, but it doesn't effect the functionality. Is it possible to turn of the error message/prompt? (So that in the meanwhile I can solve the bug) bernd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error Handling | Excel Programming | |||
Error Handling - On Error GoTo doesn't trap error successfully | Excel Programming | |||
error handling | Excel Programming | |||
Error handling with a handling routine | Excel Programming | |||
Error Handling | Excel Programming |