Macro Help: Finding and copying data between worksheets

simsmac

New Member
Joined
Sep 1, 2014
Messages
1
I'm working on a project for an extracurricular I'm involved in that requires manipulating a large Excel sheet with personal information of members. I'm only literate in the basics of Excel, but I really need help making a macro to automate the transfer of data for this project.


Basically, I have two worksheets, one with member names and blank contact info, and the other with names and contact info filled in. I need some way of automating the following:



  1. Search for each listed name in the blank document
  2. Copy the associated contact information from the completed doc to the blank doc



One issue is that the name format for the two documents is different, unfortunately. The blank doc has a column with full names (first middle last, suffix), the doc with contact info is formatting with three name columns: (first MI last), (suffix), and (last name). There are definitely non-unique last names.


I'm a newbie when it comes to macros and VBA, so hopefully you all can lend me a helping hand! Please let me know if you need more detail information. I can post a blank copy of the worksheets if necessary.


Thanks,
Neal
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.

Forum statistics

Threads
1,203,465
Messages
6,055,576
Members
444,799
Latest member
CraigCrowhurst

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top