Hello Gurus,
Basically, I need to open password protected PDF file even on read-only. I found this code online and wanted to ask if you can help to update the code.
= = = =
Sub Workbook_Open()
Application.DisplayAlerts = False
'Change 1234 to your file password accordingly
Dim pdfPath As...