View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Assign ShortCut-key To Toggle VBA-toolbar?

Look at Application.Onkey

just assign a macro to the key combination that does what you want.

--
Regards,
Tom Ogilvy


"SIGE" wrote in message
om...
Hi There,

Is it possible to toggle a Toolbar via a shortcut combination?

Like:
Ctrl + Shift + 0 pops up the VBA-toolbar (or a custom ...)

Sige