Password protected PDF file

Dion.DAn

New Member
Joined
Nov 18, 2011
Messages
6
I need some vba code for converting excel to password protected PDF file. I am using Excel 2010, no problem creating the pDF file with ExportAsFixedFormat but how can we password protect it??

Daniel
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Thank you for the update and the feedback.
 
Upvote 0
Hi ,
Protection of PDF using VBA is possible in 2 ways
1. We can protect the existing PDF which is already there
2. We can create PDF using excel and then Protect
You need adobe professional version to be installed. You have to create SecuritySettings Object, ConversionSettings Object and PDFMakerApp object.
Using the 3 object linked to each other we can lock the pdf. If you would like to know more details please email me
Thanks and Regards
Raj Mohan
 
Last edited by a moderator:
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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