Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I used textbox1 as the name of my textbox:
Option Explicit Private Sub CommandButton3_Click() Me.Cells(1, 1).Value = Me.OLEObjects("textbox1").Object.Value End Sub stewart wrote: I did find an example of another code to check the name of my created textboxes and it is properly naming them. However I still come up with the error variable not defined when i try to access the data in that box. ANy suggestions? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot select multiple controls | New Users to Excel | |||
Rename multiple controls. | Excel Programming | |||
Rename multiple controls. | Excel Programming | |||
Looping through multiple controls | Excel Programming | |||
Using same code for Multiple cmd Controls | Excel Programming |