Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I'm trying to set up a listbox and I have a fair amount of VB experience but I hardly ever use UserForms. So even the basics ar escaping me. I want to populate the Listbox with a Row of column headers. Thes headers may change in the future, so I'm reluctant to hard code them. have named this range (A1:H1); ScopeTitles. I have tried setting th RowSource in the properties dialog box in the following ways all o which result in only the first header (in A1) ending up in th listbox. Here's what I've tried =ScopeTitles =Scopes!$A$1:$H$1 (Scopes is the sheet name) ScopeTitles (with no = sign -- Case ----------------------------------------------------------------------- Casey's Profile: http://www.excelforum.com/member.php...nfo&userid=454 View this thread: http://www.excelforum.com/showthread.php?threadid=51545 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RowSource in ListBox | Excel Programming | |||
Listbox.RowSource problem | Excel Programming | |||
RowSource in ListBox | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming | |||
listbox rowsource | Excel Programming |