Thread: Zoombox
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 Zoombox

application.Dialogs(xlDialogZoom).Show

shows the dialog.

create a macro which includes it and then assign a short cut key under
Tools=Macro=Macros, select the option button.

--
Regards,
Tom Ogilvy


"Filips Benoit" wrote in message
...
Dear All,

I want to be able to open the zoombox on pressing shortcut (? a free one)
for all cells in column R and S .

Thanksł

Filip