Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 237
Default ComboBox Items

I have a combobox and I forgot how to add values to it
without having to reference a range to get the values.
For instance I want to add the values: Percentile,
Numbers, and Top, and Worst.

Thanx
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 237
Default ComboBox Items

I got it. This is what I am using.


ComboBox1.Value = "Please Select"
ComboBox1.AddItem "Best Performing (%)"
ComboBox1.AddItem "Worst Performing (%)"
ComboBox1.AddItem "Best Performing (Number)"
ComboBox1.AddItem "Worst Performing (Number)"


-----Original Message-----
I have a combobox and I forgot how to add values to it
without having to reference a range to get the values.
For instance I want to add the values: Percentile,
Numbers, and Top, and Worst.

Thanx
.

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
Access items stored in combobox Geoff Excel Discussion (Misc queries) 1 September 5th 07 01:58 AM
formatting the list items for ComboBox created using Forms Desmond Excel Discussion (Misc queries) 3 May 4th 06 10:04 AM
Adding Items To Active X ComboBox on Sheet Dan Gesshel Excel Programming 3 October 20th 03 01:02 PM
ComboBox Default items Not Showing Shauna Koppang Excel Programming 2 August 21st 03 03:35 AM
ComboBox items Keith Willshaw Excel Programming 2 July 17th 03 11:22 AM


All times are GMT +1. The time now is 07:34 PM.

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

About Us

"It's about Microsoft Excel"