Append Text in Textbox

E

Excel Monkey

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top