Filename = Sheets("Quality Alert").Cells(6, 5) & "_" & Sheets("Quality Alert").Cells(16, 5)
'*********
'==> ICI
MsgBox ThisWorkbook.Path & "\" & PathToSave & "\" & Filename & ".pdf"
MsgBox ThisWorkbook.Path & "\" & Filename & ".pdf"
'********
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=ThisWorkbook.Path & "\" & PathToSave & "\" & Filename & ".pdf", Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=True, OpenAfterPublish:=True