Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.Zoom won't save

Status
Not open for further replies.

Shake412

Programmer
Apr 17, 2002
55
0
0
GB
I'm exporting Access 2002 data to Excel for formating. Everything is fine but I need to have the report fit on one screen with no scrolling.

Firstly, I can save all the ActiveWindow settings, but not Zoom. My code is as follows...

With .ActiveWindow
.DisplayGridlines = False
.DisplayHeadings = False
.DisplayHorizontalScrollBar = False
.DisplayVerticalScrollBar = False
.Zoom = 88
End With

.ActiveWorkbook.Close True

When I reopen, the scrollbars are not visible and everything else worked fine, but the zoom is still 100%?

Secondly I would like loose the cursor and engage the scroll lock so the user can only navigate up and down through the report.

Any ideas?

Any help welcome?
 
Please disregards the .Zoom problem. I've managed to solve this now.

If anyone knows the answer to the second question though, that would be most helpful.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top