View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Excel Monkey[_2_] Excel Monkey[_2_] is offline
external usenet poster
 
Posts: 36
Default Append Text in Textbox

I am trying to create a textbox which I can append data to. So each time a
sub is run, I want to pass a new string variable to the Value property of the
text box. Like the following:

Textbox1.Value - StringVar1

How do I append the additional text on each run? Think of this as a textbox
to view an ever increasing log file.

Thanks

EM