Thread: TextBox value
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AD108 AD108 is offline
external usenet poster
 
Posts: 72
Default TextBox value

I have a text box in a little application I am working on. I am trying to
get it to keep the current text that is typed into it to stay between calls.
(so I can close the UserForm or workbook, and still have the most recently
typed text still in the TextBox. Having trouble.

Thanks in advance for any tips.