Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to get pass a Run-time error'70': Permission denied ?
Something like If Error = Error(9) then goto skip |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
on error resume next
'the thing that causes the error if err.number < 0 then if err.number = 70 then msgbox "it's 70" else msgbox "it's not 70, but it is an error" end if err.clear end if on error goto 0 may be one way. danpt wrote: Is there a way to get pass a Run-time error'70': Permission denied ? Something like If Error = Error(9) then goto skip -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, Dave
Thank you much "Dave Peterson" wrote: on error resume next 'the thing that causes the error if err.number < 0 then if err.number = 70 then msgbox "it's 70" else msgbox "it's not 70, but it is an error" end if err.clear end if on error goto 0 may be one way. danpt wrote: Is there a way to get pass a Run-time error'70': Permission denied ? Something like If Error = Error(9) then goto skip -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
straight time, time and a half, and double time | Excel Discussion (Misc queries) | |||
Calculate Ending time using Start Time and Elapsed Time | Excel Worksheet Functions | |||
Subtracting Dates to get total time work time excluding weekends | Excel Discussion (Misc queries) | |||
Converting date/time serial values to cumulative time totals... | Excel Discussion (Misc queries) | |||
Calculating days & time left from start date/time to end date/time | Excel Worksheet Functions |