Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everbody,
is there a way to define the controlsource property for a textbox on a userform like textbox1.controlsource = cells(2,3)? I got textbox1.controlsource = "c2" working, but for programming issues, I'm used to (rowindex, columnindex). Also, I'd like to know, how the two possible reference styles are called. Thx -- Helmut Weber Win XP, Office 2003 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
textbox1.controlsource = cells(2,3).Address(false,false)
should do it -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Helmut Weber" wrote in message ... Hi everbody, is there a way to define the controlsource property for a textbox on a userform like textbox1.controlsource = cells(2,3)? I got textbox1.controlsource = "c2" working, but for programming issues, I'm used to (rowindex, columnindex). Also, I'd like to know, how the two possible reference styles are called. Thx -- Helmut Weber Win XP, Office 2003 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Bob
-- Greetings from Bavaria, Germany Helmut Weber Win XP, Office 2003 "red.sys" & Chr$(64) & "t-online.de" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ControlSource and Localization Issue?? (run-time error '380' Could not set the ControlSource property) | Excel Programming | |||
.ControlSource | Excel Programming | |||
controlsource cells in listobox | Excel Programming | |||
resetting controlsource cells | Excel Programming | |||
Controlsource | Excel Programming |