My app (VB6) dynamically builds a report in Excel. One of the requirements is setting the viewing zoom to 75%. There appears to be a .Zoom property of the ActiveSheet, but it errors out when assigning 75 to it. My research so far has only turned up examples of the .PageSetup.Zoom property, which DOES accept a value such as 75.
As a more general question, where can a find a complete online reference to the Excel 9 Object Model? (MSDN searches bring up many examples, but NOT the entire model).
-with thanks
As a more general question, where can a find a complete online reference to the Excel 9 Object Model? (MSDN searches bring up many examples, but NOT the entire model).
-with thanks