Dear all,
I copy some VBA code that save the active sheet as pdf,
it's great but I want to change the path of the folder ( not in a active folder),
Here is the code :
Sub PDFActiveSheetNoPromptCheck()
Dim wsA As Worksheet
Dim wbA As Workbook
Dim strName As String
Dim strPath As String
Dim...