View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Trevor Williams Trevor Williams is offline
external usenet poster
 
Posts: 181
Default XL2002 - ActiveWindow.Zoom = TRUE (to selection)

Hi all

Is there a way to specify a range to zoom to, rather than having to select
the range first?

Range("A1:Z1").select
ActiveWindow.Zoom = True

Thanks

Trevor Williams