You could set the settings for the form in the form_load,

Just as an example, say you have a label or a text box on the form, you could.

form_load
label1 = clear
text1 = clear
end sub

Mark