Hi David
1.
Application.Visible = False
'some code here
Application.Visible = True
2. Refer the below link on using ERL function
http://www.fmsinc.com/free/NewTips/V...inenumber.html
--
Jacob (MVP - Excel)
"David" wrote:
> Just toying with some ideas...
>
> 1) Any way to recover the application after the above command and then
> crashing?
>
> 2) Anyone got error handling code to show the application and also preserve
> the 'original' error message and ability to go to the offending line of code
> with 'Debug'?