as the title says how can it be done i assume it has to go to an error handler but any help would be apprechiated thanks
as the title says how can it be done i assume it has to go to an error handler but any help would be apprechiated thanks
Place the error handler flag next to "End Sub" viz:
Sub test()
On error GoTo errhandler
<code here>
errhandler:
End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks