![]() |
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!!! |
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!!! |
All times are GMT +1. The time now is 08:27 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com