Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks a lot!
does a way to improved my prog ? On Error Resume Next If Dir("V:\Ace\") = "" Then Exit Sub End If On Error GoTo 0 "Tushar Mehta" a écrit : On Error GoTo 0 that is goto zero. -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions In article , says... Hello, Does anyone know how to make that: Application.displayerror = false (like: On error resume next) If Dir("D:\temp\") = "" Then Exit Sub End If If (error.count = 1) then exit sub endif Application.displayerror = true I can make a: On error resume next at the beginning but how can I say, On error resume next = False ? Thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
stop error message "too many different cell formats" | Excel Worksheet Functions | |||
How do I stop "global" hyperlinks changing to "local" links? | Excel Worksheet Functions | |||
Excel should STOP the "zero or negative ..in log plot" error msg | Charts and Charting in Excel | |||
Problem with "On error resume next" with "custom VLookup" | Excel Programming | |||
"On Error Resume Next" Question | Excel Programming |