Quote Originally Posted by Bob Phillips View Post
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.