Replace_QT_Pic Method Example

The following example replaces the current picture with a Quick Trend picture when a button is pressed. The tags that are displayed are retrieved from the currently selected objects.

Private Sub Button_ReplaceQTPic_Click()

    

    Me.Replace_QT_Pic

    

End Sub