VBA code for zooming a window

  • Thread starter Thread starter jim
  • Start date Start date
J

jim

Hi,

What is the VBA code to zoom the fiew percentage of a
window in Access XP. I tried all of the "Activewindow"
stuff. The following don't work...

Activewindow.View.zoom = 150
Activewindow.View.Zoom.Percentage =150
Activewindow.Zoom =150
Activewindow.Zoom.Percentage =150

I tried all of the stuff I found in the knowledge base.
For some reason none of it works. I get an error every
time. (I can tell it won't when I'm typing it in VBA
because I get no drop-down after each period.)
 
Back
Top