Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Textbox updating other Textboxes

Hi all,

I have a textbox that when a value is entered i want it to update a different textbox with that value. I have tried everything I can think of, and can not think of anything else to do.

Ie.
("12/1") is typed in TextBox1
I need TextBox2 to update with the TextBox1 Value.

Thanks for all the help provided!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Textbox updating other Textboxes

Private Sub TextBox1_AfterUpdate()

TextBox2.text = TextBox1.text

End Sub


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Thomas L" wrote in message
...
Hi all,

I have a textbox that when a value is entered i want it to update a

different textbox with that value. I have tried everything I can think of,
and can not think of anything else to do.

Ie.
("12/1") is typed in TextBox1
I need TextBox2 to update with the TextBox1 Value.

Thanks for all the help provided!!!



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
Calculate Textbox value based on another textbox value.doc Tdungate Excel Discussion (Misc queries) 1 February 12th 09 07:11 PM
Trendline Textbox Not Updating Phil Hageman Charts and Charting in Excel 5 September 27th 08 05:11 PM
Updating a textbox without erasing previous data nadir[_2_] Excel Programming 1 December 2nd 03 10:27 PM
Screen flickering when updating textboxes Fred. Mo Excel Programming 0 September 30th 03 01:10 PM
UserForm TextBox to ActiveSheet TextBox over 256 characters Dan E[_2_] Excel Programming 1 July 28th 03 07:36 PM


All times are GMT +1. The time now is 09:47 AM.

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"