Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I'm lost with the following. In excel2003 I have a very width sheet, columns are filled from column A untill column IS With a commandbutton users can fill in a date from-to, each column represents a week of the year, columns will be hidden or shown when they meet the date. With a commandbutton I would like to be able to print the whole sheet on 1 page The columns visible are each time variable, so i cannot set a default zoom percentage. I do the following With ActiveSheet.PageSetup .Zoom = False .FitToPagesWide = 1 .FitToPagesTall = 1 End With When I watch the printprevieuw, it shows 1 page, but not all columns are on the previeuw, the zoom percentage is not below 10%. When i look at the sheet in PageBreakPreview it shows all colums on page 1. But during the printing, or the printpreview it seems that it zooms about 2 or 3 procent to little. When I print, only one page is printed, not all columns are on the print. I can't find out, why or what is the cause. My problem is that is doesn't happen all the time, so I cannot find a logic to build a workaround. Please help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Page 1, Page 2..shows up in the middle of the worksheet. | Excel Discussion (Misc queries) | |||
How to delete entire page 2 so document shows as 1 page only | New Users to Excel | |||
i have 1 page to print but excel shows 29 | Excel Discussion (Misc queries) | |||
Excel formula to change page # when data entered in other page | Excel Discussion (Misc queries) | |||
Printing second page if data overruns, otherwise print first page | Excel Programming |