View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Won Won is offline
external usenet poster
 
Posts: 3
Default Zoom window to selection (further clarification)

Many thx. Really simple once you know....


On 12/8/08 18:39, in article
, "Gary''s Student"
wrote:

Sub Macro1()
ActiveWindow.Zoom = True
End Sub