Hi. I have a requirement where on my report I need to fit say 13 columns per page, total of 5 pages. The problem is due to the data in the fields (without spaces), the 13 columns won't fit on 1 page. I am wondering if there is a way to manipulate the page setup.
For example, in Excel, I can use the following code to make the print out shrink:
With ActiveSheet.PageSetup
.Zoom = 70
End With
Any info is appreciated. Thanks in advance!
For example, in Excel, I can use the following code to make the print out shrink:
With ActiveSheet.PageSetup
.Zoom = 70
End With
Any info is appreciated. Thanks in advance!