Need to Add Text to Control Text Box via Command Button code

B

BJ

[VBA Newbie ALERT]

I need to 'reset' the text within a text box [ActiveX control] when a user
selects a command button that 'resets' a model. I'm having difficulty with
the syntax. Not getting any errors, but nothing is happening.

Info_TextBox.Value = "[Enter Info Here]"

I've tried 'Contents' 'Text' etc. etc. in place of 'Value' with no luck ...

thanks.

BJ
 
Top