Description
Zoom to the current page selection
Syntax
Page.ViewZoomSel (bln1, dim2) |
bln1
If true, it tries to center the selection on screen.
Border to be left around the selection
Remarks
Returns error code.
Example
<ShellCommand(CanExecute:="Ena_IsWindowActive")> _
Public Sub ViewZoomSel()
Page.ViewZoomSel(True, 52000)
End Sub
Context
Page designer
See also