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
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
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.
Summary: Is there a way to check and see if a value exists in a drop down list? I want to check and see if the value "No Status" is in a drop down list, and if it isn't, then I want to add it. I know the syn...
Summary: I have a few colums of datda, car makes, top speed and number of cylinders. What i want, is when you choose a car model from the drop down list, for the values to appear at the side. So, when the drop...
Summary: Hi, am trying to design a online registration form that will allow users to send data from a drop down menu in php to a mysql database, but have no idea on how to go about it. Any ideas anyone out th...