Exporting pdf in VBA

suunto

New Member
Joined
Jan 7, 2016
Messages
7
So I've compiled a code to export the active sheet as a PDF to a location based on the path I've typed out in a referenced cell. My question is where does the PDF go if the chosen file path doesn't exist? So if I had C:\My Documents\Folder\Test as the designated path, but had not created the "Test" folder, where would the file end up? It still runs the code fine, but I have no idea where the PDF is going. I'm specifically asking about where the file is going, and not how to get the file where I want it to go.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
It'll go to whatever the default path is for saving documents or wherever you have recently saved something to if you've been working on other things.

Dom
 
Upvote 0

Forum statistics

Threads
1,215,391
Messages
6,124,678
Members
449,179
Latest member
fcarfagna

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