Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a listbox that I am trying to set the rowsource with VBA. If I set the rowsource manually in the properties window to mynameedrange, my code works great. I'm having trouble with the code setting it with VBA. Here's what I have: With frmPoolTypes.lstPoolList .RowSource = Range("PoolTypes") .BoundColumn = 1 .ColumnCount = 1 .ListStyle = fmListStyleOption End With What am I doing wrong? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
.RowSource by row range | Excel Programming | |||
ListBox RowSource set to range of in-active sheet - possible? | Excel Programming | |||
range name as rowsource of listbox? | Excel Programming | |||
Forms - Named Range as the RowSource | Excel Programming | |||
Dynamic range not resized for RowSource usage | Excel Programming |