View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ed Ferrero Ed Ferrero is offline
external usenet poster
 
Posts: 115
Default Add/Edit/Save Info into Excel

Hi Jay,

There is a tutorial on this sort of stuff at
http://www.edferrero.com/DataTutor01.aspx

Hope it helps.

Ed Ferrero
Microsoft Excel MVP
http://www.edferrero.com

Hey all,

I asked this question earlier but I wasn't specific enough. I have an
excel sheet with info such as first name, Last name, email, and
location. I already have a form that adds the info, I now need a second
form or on another tab that populates a combo box with the last names,
once you select the last name your looking for it fills text boxes
with the other info from that row, you then can change that info and
save it back to that same row. I do need help on the coding. Thank You
in advanced for any help.


Jay