Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1) Is it true that the rowsourse format must be equivalent to an Excel
reference, for example RepEntryBox.RowSource = "'Names'!A1:A5" & NameCount or using a variable RepEntryBox.RowSource = "'Names'!A1:A" & NameCount 2) Or is it possible to set this property in a VBA format Rowsource = Range(cells(1,1), (1,5)) or even Rowsource = MyRange;... where MyRange is set to a range obj. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Cell Format - Allow copy and paste of data without format change | Excel Worksheet Functions | |||
Need help with converting CUSTOM format/TEXT format to DATE format | Excel Worksheet Functions | |||
Having one form show another form's input? | New Users to Excel | |||
how to format excel format to text format with separator "|" in s. | New Users to Excel | |||
Pass Variables into Form's code | Excel Programming |