VBA to Merge Multiple PDFs

michele227

New Member
Joined
Feb 15, 2023
Messages
15
Office Version
  1. 2019
Platform
  1. Windows
Hi everyone!

My work doesn't want to pay for the full Adobe version...
I would like to merge PDFs.

Is there a VBA to open up a File Dialog (path to be referenced in Sheet1 Cell O17)..
and allow me to select the files needed..
and then merge them together into 1 PDF with a specified name in Sheet1 Cell N2 and saved to the same path in O17?

I may be asking for too much here :(.

Thank you in advance!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Instead of VBA, you might want to try importing the PDFs with Power Query which can then merge or append them into a table which can then be saved as a PDF.
 
Upvote 0
Instead of VBA, you might want to try importing the PDFs with Power Query which can then merge or append them into a table which can then be saved as a PDF.
Hi J,

The PDFs I am looking to merge would be appliance specs that require dimensions and images to remain as is.
 
Upvote 0
Hi J,

The PDFs I am looking to merge would be appliance specs that require dimensions and images to remain as is.
I'm not aware of any free apps that would do that. I'd use Acrobat DC. Excel is certainly not the place to look!
 
Upvote 0

Forum statistics

Threads
1,224,959
Messages
6,182,001
Members
453,082
Latest member
PurpleParks

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