RubberBandZoom method (TrendPro object)
Enables rubberband zooming.
You can use this method even though the toolbar or the Rubberband Zoom
button is hidden. However, if the rubberband zooming function is disabled with the
RubberbandZoomEnable
VBA property, this method won't work.Syntax
TrendPro1
.RubberBandZoom
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.Example
Private Sub btnRubberBandZoom() TrendPro1.RubberBandZoom End Sub
Provide Feedback