Thread: User Form Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ShagMasterFlex ShagMasterFlex is offline
external usenet poster
 
Posts: 1
Default User Form Help

I am currently trying to develope a simple user form that would allow me to
select from a drop down menu an employee's name and month. There also needs
to be a box to enter data. What I would like the form to do when an update
button is clicked, is to read the employees name and the current month that
has been selected and add the new data value to the existing data value
which is located on a separate worksheet. The form would have to find the
row and column based on the names selected from the drop down menus.
Basically when the update button is clicked, the form should read the values
from the employee name and month menus and update that employees data on the
other worksheet. Any help would be great on the matter.