Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Adding to List Box

I inherited an Excel spreadsheet where one column on each
row has a list box in each cell. I want to add 3 more
items to the list, but cannot figure out how to do this.
I have looked at the properties of the list box but see no
reference to the range of cells that the list populates
from.

Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Adding to List Box

What kind of listbox

Data Validation (list option) (no properties, however)
Forms Toolbar (can be populated in properties or populated with code)
Control Toolbox Toolbar (can be populated in properties or populated with
code)

if populated with code, this code must run each time the workbook is opened.


Did you look in Insert=Names=Define and see if there are any names defined
that might be the source?

--
Regards,
Tom Ogilvy




wrote in message
...
I inherited an Excel spreadsheet where one column on each
row has a list box in each cell. I want to add 3 more
items to the list, but cannot figure out how to do this.
I have looked at the properties of the list box but see no
reference to the range of cells that the list populates
from.

Any ideas?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default Adding to List Box

I inherited an Excel spreadsheet where one column on each
row has a list box in each cell. I want to add 3 more
items to the list, but cannot figure out how to do this.
I have looked at the properties of the list box but see no
reference to the range of cells that the list populates from.


With the Listbox highlighted, double click it. If it is from the Forms
toolbar, a form will appear where you can enter the Input Range.
If it is from the Control Toolbox, fill in the ListFillRange property.

HTH,
Merjet


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Adding to List Box


a 3rd guess:
Could it be Data Validation?
select cell../dl and you should be on your way :)

read help on Data Validation it's a very usefull tool, which
many of us use often.


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


wrote :

I inherited an Excel spreadsheet where one column on each
row has a list box in each cell. I want to add 3 more
items to the list, but cannot figure out how to do this.
I have looked at the properties of the list box but see no
reference to the range of cells that the list populates
from.

Any ideas?


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
Automatically extend a list when adding a new data to another list JB Excel Discussion (Misc queries) 0 March 25th 10 02:50 PM
Adding the max 8 values in a list Ken Guest Excel Discussion (Misc queries) 3 April 3rd 08 01:42 PM
Automatically adding a row to a list mayerc Excel Discussion (Misc queries) 1 July 10th 06 09:35 PM
Adding to a list famdamly Excel Discussion (Misc queries) 4 December 12th 05 03:19 PM
Adding Range to List Ed Excel Programming 0 January 19th 04 04:57 PM


All times are GMT +1. The time now is 01:00 AM.

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"