key board


Posted by Joe White -Balloon Artist on July 12, 2001 1:17 AM

how do I size excel window using my keyboard. Eg going from less than Mas to just a bit wider or aligned along the top of the screen?



Posted by Ian on July 12, 2001 3:20 AM

not sure what you mean, do you want a macro that'll zoom in/out for you.

If so you could record a marco and replace the code with something like these

'Zoomout
ActiveWindow.Zoom = ActiveWindow.Zoom + 10
'Zoomin
ActiveWindow.Zoom = ActiveWindow.Zoom - 10