Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Combo Box Data

I have a Excel (XP) combo box which lists data from a changing source. The
number of entries may vary every time the code is run. The Properties
function gives me a data target, but doesn't give control over a
variable-length list.

What is a VB approach for handling this?

Thanks,

Jim Berglund


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Combo Box Data

I might be tempted to look at a statement of the form

UserForm1.ComboBox1.List=Array

where Array contains the list of data you wish to have displayed.

"Jim Berglund" wrote:

I have a Excel (XP) combo box which lists data from a changing source. The
number of entries may vary every time the code is run. The Properties
function gives me a data target, but doesn't give control over a
variable-length list.

What is a VB approach for handling this?

Thanks,

Jim Berglund



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combo Box Data Brooks W. Excel Discussion (Misc queries) 2 January 12th 07 12:51 PM
Can one combo box control the data in a different combo box MarkM Excel Discussion (Misc queries) 5 October 9th 06 11:44 AM
COMBO DATA John Excel Discussion (Misc queries) 1 July 27th 06 09:28 AM
Combo Box from data in another tab Patty via OfficeKB.com Excel Discussion (Misc queries) 5 October 24th 05 03:51 PM
data val. and combo box joe smith Excel Discussion (Misc queries) 1 March 24th 05 06:13 PM


All times are GMT +1. The time now is 11:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"