Find information from one sheet and copy to multiple sheets

NickH13

New Member
Joined
Mar 11, 2021
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Attached are images. Base is what the master sheet looks like. Find is using the find function. With is using with function.

I have tried these sequences and was unsuccessful.

Essentially I have a master list and I want to find information of (07b3, 07c9, etc.) from column c. I then want to copy the entire rows containing 07b3 into the 07b3 worksheet (same with 07c9). I would like to make it all one button if possible, i.e. click the macro and it auto-populates data from sheet("Master") to the corresponding sheets. If need be I can deal with multiple macro buttons to run this.

Once I have the general code format I can fill in the etc. I am just stuck on the initial format.

Thanks in advance.
 

Attachments

  • Base.PNG
    Base.PNG
    19.6 KB · Views: 9
  • find.PNG
    find.PNG
    12.2 KB · Views: 6
  • with.PNG
    with.PNG
    5 KB · Views: 8

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
I have also tried this sequence and nothing
 

Attachments

  • search and extract.PNG
    search and extract.PNG
    21.4 KB · Views: 6
Upvote 0

Forum statistics

Threads
1,214,792
Messages
6,121,612
Members
449,039
Latest member
Mbone Mathonsi

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