Can anyone suggest on how to write-protect a PDF generated from excel using VBA? I have been using the following code for almost two years already buy due to security reason, I need to add write-protection to this code.
Sub SavePDF()
Dim sRange1 As String
Dim sRange2 As String
Dim sPace As...