Originally Posted by Bob Phillips Us the built-in PDF facility Const Filepath = "C:\Users\bob\Documents\" ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, _ Filename:=Filepath & "myFile.pdf" Thank you. Just what I needed.
Const Filepath = "C:\Users\bob\Documents\" ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, _ Filename:=Filepath & "myFile.pdf"
Forum Rules