When you make the userform and place the controls where you want, the Properties window (in the lower left of the VBEditor screen) will list, for each control, the properties that control will have when the UF is opened. If you set the .Enabled property to False for both of your textboxes, they will start of .Enabled = False.