Excel VBA code to transfer data from Master Sheet to different trackers

Stephanie30

New Member
Joined
May 21, 2015
Messages
13
Hi

I was looking for a VBA to do the following things stage by stage.

Stage 1: Click button which should open a drop down1 with list of names

Stage 2: Select the NAME whose values need to be exported from the Master Workbook (Names are in Column B (Criteria1), dates are in row 3:3 (Criteria2)and values are in rows under dates)

Stage 3
: Select the start and end dates for exporting values

Stage 4: After selecting the names and dates, a second drop down should appear with a list of all the available workbooks from a specific folder

Stage 5: Select and Open the workbook from the drop down list

Stage 6
: Paste Values (from previosly selected name and dates) in column D of the newly opened workbook based on their matching dates in column C.



I hope its clear but if not then please do ask

Thnaks in advance
 
Last edited:

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.

Forum statistics

Threads
1,203,681
Messages
6,056,708
Members
444,885
Latest member
Mark Prillman

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