![]() |
text box
How do I get data that I enter in the "text box" to show in collumn A1
|
text box
Which "text box" - how is it created = Forms or Control Toolbar?
"ekkeindoha" wrote: How do I get data that I enter in the "text box" to show in collumn A1 |
text box
You could use this in the Click event of the userform
Const columnA1 = "A1" Range(columnA).Value = Me.Textbox1.Text "ekkeindoha" wrote: How do I get data that I enter in the "text box" to show in collumn A1 |
text box
opps try this
Const columnA1 = "A1" Range(columnA1).Value = Me.Textbox1.Text "Mike" wrote: You could use this in the Click event of the userform Const columnA1 = "A1" Range(columnA).Value = Me.Textbox1.Text "ekkeindoha" wrote: How do I get data that I enter in the "text box" to show in collumn A1 |
All times are GMT +1. The time now is 05:47 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com