View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BJ BJ is offline
external usenet poster
 
Posts: 51
Default Need to Add Text to Control Text Box via Command Button code

[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