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 InitialScreen is the parent object of Rectangle1 and Rectangle2](fig_script_prog_script_other_parent.png)
InitialScreen is the parent object of Rectangle1 and Rectangle2
Sub Rectangle1_Click()
Parent.Item("Rectangle2").Visible = True
End Sub
Was this page useful?