View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Hi Mr. Ogilvy how to Ctl+s to save workbook from Active UserFo

I put in code I though would prevent that and it worked for me. The line
Keycode = 0

--
Regards,
Tom Ogilvy

" wrote:

Hi Mr. Ogilvy,

that's work ...
I've tried the procedure keydown but there still a bug that "s" letter
is occured
and typed in the texbox that setfocus...

I use sendkey "{BackSpace}" to clear "s" in the texbox ...

Is there other way to do that ?

thanks,

Halim