Computing.Net > Forums > Programming > Need Help!! Coding a drop down list

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Need Help!! Coding a drop down list

Reply to Message Icon

Name: Jose
Date: September 5, 2002 at 09:07:09 Pacific
OS: Win NT
CPU/Ram: 1.2 GHz
Comment:

I am building a spreadsheet for office use. I have roughly 50 drop down lists on a spreadsheet (Sheet1) that are used for employees. The corresponding list (input range) of employees are in column "C" on sheet 2. Every time a new employee comes, or one leaves, I have to manually change the input range of all the drop down lists. What I want to do is have a command button on sheet 2 so when the user needs to add an employee, they can push the command button and an input box will pop up asking for the name. I then need the code to update all of the drop down boxes as well as column C, putting the name in ascending order (alphebetical). I would also need a command button to delete employees. I would include a sample of the spreadsheet but for employee confidentiality, I can't. If anyone knows how to accomplish something like this, your help would be greatly appreciated.(I realize this is somewhat of a database but Access was unavailable at the time this was created). Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: Madman
Date: September 6, 2002 at 08:28:06 Pacific
Reply:

You said "Access was unavailable at the time this was created"...is Access available now? For if it is, you will way ahead of the game by using it. You can import Excel files into Access which will eliminate the problem of capturing all you existing data. As you said, this is a database project; therefore, using Excel is doing it the hard way.

As to how to do it in Excel, don't have any suggestions there. Could be a big hurdle to get over.


0

Response Number 2
Name: K.P.KANNAN
Date: September 16, 2002 at 01:07:22 Pacific
Reply:

Start recording a macro, and do all the things you do usually and stop recording after you are done. Goto macros and select the new macro and goto step into. Change the code according to your need and assign a macro.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


256000 bytes of fun in TA... Can't even figure out sim...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Need Help!! Coding a drop down list

check value in drop down list www.computing.net/answers/programming/check-value-in-drop-down-list/10692.html

Drop down lists which produce a val www.computing.net/answers/programming/drop-down-lists-which-produce-a-val/17873.html

Send data from a drop down to mysql www.computing.net/answers/programming/send-data-from-a-drop-down-to-mysql/17273.html