I load up my form and the frame is visible (visible = true).
I set visible on the frame to false and it disappears.
I then set visible on the frame to true and it just doesn't change:
Frame1.Visible = True
MsgBox Frame1.Visible
I get a False from the msgbox... anyone any ideas why?
I set visible on the frame to false and it disappears.
I then set visible on the frame to true and it just doesn't change:
Frame1.Visible = True
MsgBox Frame1.Visible
I get a False from the msgbox... anyone any ideas why?