Table Search -> Copy/Paste Code

CodingMonkey

New Member
Joined
Jun 18, 2017
Messages
16
Hey all,

I'm new to VBA coding and not quite sure where to start with this project nor do I know if it is 100% doable.

Below is a image for an overview of what my data looks like:
Imgur: The most awesome images on the Internet

What I'm trying to accomplish:

A table in the "Monthly Cals" worksheet that has data copy/pasted from "Master Sheet" data.

We have 494 instruments in our lab and they are required to be calibrated on a specific monthly cycle - 3, 6, 9, or 12 months. Each month I would like to be able to pull all necessarily calibrations into one sheet with less effort then filtering one-by-one in columns J:M.

I started with a PivotTable and soon realized that it as well would not let me filter multiple columns of data -- for example after I filter "First Cal" it shortens the list and when I try to filter "Second Cal" at this point it will show no data due to the fact that July will not be in both columns at once.

What I would like the code to do:

I would like the code to search columns J:M for a specific monthly value that I set - Jul for example. The code would search through the table in "Master Sheet" and then copy/paste all entries that match into a new table in "Monthly Cals". I'm not sure the easiest way to allow for user entry, whether it be Button/User Form or have a [Search:] ["enter value"] in A1:A2 on the "Monthly Cals" sheet. If it is possible to run the code using the computers internal calendar that would be fine as well. I'm open for ideas or possibilities here.

Any help would be great as I'm completely new to VBA coding and don't know quite where to start from.

Thank you in advance for any help,

Travis
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,215,537
Messages
6,125,386
Members
449,221
Latest member
DFCarter

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