View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_5_] Dave Peterson[_5_] is offline
external usenet poster
 
Posts: 1,758
Default Recovering from temporary loss of network drive - Excel VBA problem

Check VBA's help for Onkey and you'll see lots that require the curly brackets.

(But I didn't need them for ctrl-s.)

PaulC wrote:

Many thanks Jim and Dave - those OnKey statements do the job very
nicely. Are the curly brackets only required for the ESC / BREAK
shortcuts?

Anyway, thanks to your help, I now have, for the first time in more
than 2 years, a procedure for dealing with this unreliable server. I am
really very grateful.

Best wishes
Paul

--
PaulC
------------------------------------------------------------------------
PaulC's Profile: http://www.excelforum.com/member.php...fo&userid=7563
View this thread: http://www.excelforum.com/showthread...hreadid=276187


--

Dave Peterson