Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Simple question it seems, but I can't find an answer.
I'm running a simulation macro for pricing optimization. Th simulation results are written to a comma delimited file (I want t archive it anyway) and then read into a new worksheet, where I generat some summary statistics, make some charts, neatly align the charts etc. Everything up to this point works fine. Next I would like to set the zoom on the new worksheet to 50% so tha when the simulation is complete the user can see all the charts withou having to scroll around (albeit smaller versions of the charts, whic is OK). Right now when the simulation is complete the results worksheet i active - but it's at 100% zoom. I tried using ActiveWindow.Zoom = 50 in the macro and I get a "run tim error 1004, unable to set zoom property of the windows class." And a any rate I only want to set the zoom for the active sheet, not th whole workbook, which it seems is "the active window." Tried also Worksheets(Sheets.Count).PageSetup.zoom = 50 but it seems that only pertains to printing. I appreciate any help! Regards, J -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Setting Default Zoom | Excel Discussion (Misc queries) | |||
Value of Zoom print setting | Excel Programming | |||
Setting zoom for all worksheet pages | Excel Programming | |||
Setting zoom for all worksheet pages | Excel Programming | |||
Setting zoom for all worksheet pages | Excel Programming |