If Me.CheckName = True Then
Me.ControlName1.Visible = False
Me.ControlName2.Visible = False
Me.ControlName3.Visible = False
Me.ControlName4.Visible = False
[COLOR="SeaGreen"] 'Etc. for all the controls, I'm sure there is a beter way of doing this just can't think of it right at the moment[/COLOR]
InsideHeight = 500 [COLOR="SeaGreen"]'twips is the unit of measurement, adjust these numbers to get the required size[/COLOR]
InsideWidth = 7870
Else
Me.ControlName1.Visible = True
Me.ControlName2.Visible = True
Me.ControlName3.Visible = True
Me.ControlName4.Visible = True
[COLOR="SeaGreen"] 'Etc. for all the controls, I'm sure there is a beter way of doing this just can't think of it right at the moment[/COLOR]
InsideHeight = 5450 [COLOR="SeaGreen"]'twips is the unit of measurement,adjust these numbers to get the required size[/COLOR]
InsideWidth = 7870