Hem / Tips & tricks
Sub sCls()Dim i As IntegerFor i = 0 To Form1.Controls.Count - 1 Form1.Controls(i).Visible = FalseNextEnd Sub