Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am programmatically trying extract text from a known textbox.
Using Textboxes from the Control Toolbox, I know that this works: ActiveSheet.EditBox.Text = ActiveSheet.TextBox1.Text I have tried a number of variations of the following without success: Sub TestLoad() Dim F1 As TextBox Set F1.Name = "TextBox" & "2" ActiveSheet.EditBox.Text = ActiveSheet.F1.Text End Sub How can I programmatically 'build' the textbox name so that I can refer to it ? Any help appreciated. Andrew B |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referring to a TextBox | Excel Programming | |||
HELP! I Lost The Ability To Advance From TextBox To TextBox With the ENTER Or The TAB Keys | Excel Programming | |||
Textbox Bug? Missing/delayed update of textbox filled via VBA | Excel Programming | |||
Textbox Bug? Missing/delayed update of textbox filled via VBA | Excel Programming | |||
UserForm TextBox to ActiveSheet TextBox over 256 characters | Excel Programming |