Copypaste special (values only) from one workbook to another

steve2115

Board Regular
Joined
Mar 17, 2014
Messages
82
Excel Genius's. Need some help with vb code to copy and paste special (values only) from one workbook to another.

Workbook locations are on my desktop for now, however I plan on filing them on server drive later.

Here is what I need to accomplish:

Copy cell values (D4, D6, J4, L4, L6, & range D12:L19) from Expedite Requisition Request Form.xlsm and Paste special (values only) to Expedited Requisition Request Summary.xlsx file once Expedite Requisition Request Form.xlsm file is submitted. I currently have macro for users to Submit the request. As additional requests are submitted data should paste one row below and so forth.



Expedite Requisition Request Form.xlsm Sheet1 D4 PASTE VALUES ONLY TO Expedited Requisition Request Summary.xlsx Sheet1 A2
Expedite Requisition Request Form.xlsm Sheet1 D6 PASTE VALUES ONLY TO Expedited Requisition Request Summary.xlsx Sheet1 B2
Expedite Requisition Request Form.xlsm Sheet1 J4 PASTE VALUES ONLY TO Expedited Requisition Request Summary.xlsx Sheet1 D2
Expedite Requisition Request Form.xlsm Sheet1 L4 PASTE VALUES ONLY TO Expedited Requisition Request Summary.xlsx Sheet1 E2
Expedite Requisition Request Form.xlsm Sheet1 L6 PASTE VALUES ONLY TO Expedited Requisition Request Summary.xlsx Sheet1 C2
Expedite Requisition Request Form.xlsm Sheet1 D12:L19 PASTE VALUES ONLY TO Expedited Requisition Request Summary.xlsx Sheet1 F2:M2

Thanks!
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,223,250
Messages
6,171,036
Members
452,374
Latest member
keccles

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