F
Fred Holmes
If I manually (mousing the zoom on the toolbar) zoom to 150% while in
a word table, the resultant display shows the current table cell, by
scrolling left/right as necessary.
I've recorded this process in a macro (to be assigned a hot-key) which
has the single vba statement:
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
When I execute this macro, the zoomed document is not presented as
described above, but is left/right centered, and I have to
additionally manually scroll to the current cell if it is, e.g., on
the right edge of the table. How do I get it to perform exactly as
the manual process, so I don't have to manually scroll to the current
cell.?
Application.ScreenRefresh
doesn't do it.
Thanks,
Fred Holmes
a word table, the resultant display shows the current table cell, by
scrolling left/right as necessary.
I've recorded this process in a macro (to be assigned a hot-key) which
has the single vba statement:
ActiveWindow.ActivePane.View.Zoom.Percentage = 150
When I execute this macro, the zoomed document is not presented as
described above, but is left/right centered, and I have to
additionally manually scroll to the current cell if it is, e.g., on
the right edge of the table. How do I get it to perform exactly as
the manual process, so I don't have to manually scroll to the current
cell.?
Application.ScreenRefresh
doesn't do it.
Thanks,
Fred Holmes