Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Searching and editing data with VBA

Hi All,
I have a sheet that has info in it such as first name, last name,
email, location, and so on. I have made a form that helps the user fill
in this info, and would now like to make a form(or use current) with a
list or combo box that will show all the last and first names, then
when one is choosen it fills in the rest of the data (email, location)
into text boxes, so that the user can edit and save the data. I would
appreciate any help on this or an alternative method of doing this.


Thanks
Jay

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Searching and editing data with VBA

Create your form (or modify the one you have) to contain a combo box.
Use the form initialize function to read in all the names from the
worksheet into the combo box. Then use the combo box change event to
find that person on your worksheet and read the info into the
appropriate fields.

wrote:
Hi All,
I have a sheet that has info in it such as first name, last name,
email, location, and so on. I have made a form that helps the user fill
in this info, and would now like to make a form(or use current) with a
list or combo box that will show all the last and first names, then
when one is choosen it fills in the rest of the data (email, location)
into text boxes, so that the user can edit and save the data. I would
appreciate any help on this or an alternative method of doing this.


Thanks
Jay


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Searching and editing data with VBA

I'm sorry, I need to be more specific I need help with the code.


Jay

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
Searching data Khawajaanwar Excel Discussion (Misc queries) 0 April 3rd 08 06:07 PM
Searching for data Karen Excel Worksheet Functions 1 August 31st 07 10:04 AM
Searching, matching then searching another list based on the match A.S. Excel Discussion (Misc queries) 1 December 13th 06 05:08 AM
Searching for Data Chicken Man Setting up and Configuration of Excel 0 February 15th 05 12:35 AM
Searching Data Robert Pollock[_2_] Excel Programming 1 July 7th 04 12:04 PM


All times are GMT +1. The time now is 05:49 PM.

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"