i have this code an everytime i run it.ActivePrinter = "PDF Complete on PDFC"
ActiveWorkbook.PrintOut copies:=1, collate:=True, Preview:=False, PrintToFile:=True,
PrToFileName:="C:\Users\srnardo\Desktop\CONVERT" & "\" & strFileName
i get this :
Runtime error '1004':
Your file could not be printed due to an error on PDF Complete on PDFC.
im trying to convert excel to pdf using macros..