Thread: view 100%
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default view 100%

xlApp.ActiveWindow.Zoom = 100

--
HTH

Bob Phillips

"Jacob" wrote in message
...
Hi all,

I use vb6 to create and show an excel sheet.
I want the view to be 100% but probably because the chart is too big -

excel
shows it in 44% when it opens.
How do I use VBA code to set it to 100% ?

TIA
Guy