View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stephen[_4_] Stephen[_4_] is offline
external usenet poster
 
Posts: 2
Default Problem when getting the printing zoom ration in Excel

Is it possible to programmatically get the actual zoom
ratio (printing) of a sheet after setting the value of
PageSetup.FitToPagesWide or PageSetup.FitToPageTall? I
cannot get the value from PageSetup.zoom since its value
is set to false.

Thanks in advance for any help.

Stephen