Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Append Text in Textbox

With TextBox1
..Text = .Text & StringVar1
End With

Regards,
Peter T

"Excel Monkey" wrote in message
...
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vba to append to a text file hccatmo Excel Programming 5 January 13th 08 10:29 PM
Append text file Jeff Excel Discussion (Misc queries) 6 October 8th 07 05:56 PM
Append text Jeff Excel Discussion (Misc queries) 1 February 16th 07 10:28 PM
Text Export/Append Mr. C Excel Programming 0 January 10th 06 06:36 PM
Highlight all Text in a Textbox when the textbox is selected RPIJG[_73_] Excel Programming 3 October 28th 05 08:28 PM


All times are GMT +1. The time now is 02:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"