In this case, users can use the Parent or the Screen method, according to the next figure and example.
InitialScreen is the parent object of Rectangle1 and Rectangle2
Sub Rectangle1_Click()
Parent.Item("Rectangle2").Visible = True
End Sub
Was this page useful?