View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
sebastienm sebastienm is offline
external usenet poster
 
Posts: 694
Default Get value of "Zoom" on "Standard" Toolbar

Hi,
Zoom is a property of the active window (the one containing your active sheet)
ActiveWindow.Zoom
--
Regards,
Sébastien
<http://www.ondemandanalysis.com


"XP" wrote:

I am using Office 2003 on Windows XP.

I need to retrieve the current value of the "Zoom" control on the "Standard"
toolbar as it is set on the active sheet.

Could someone please post example code that obtains it?

Thanks much in advance.