View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
whr whr is offline
external usenet poster
 
Posts: 1
Default How to control the zoom between two pages

Due to a current known issue with combo boxes and zooms, I need to
make sure the zoom on one tab always stays the same as another. I
would like to have one change when the other does. I know about
ActiveWindow.Zoom, but I am unable to make them always be the same. I
have tried doing something on a worksheet event (change, activate,
etc), but can't get it to work.

Any suggestions?