Excel VBA Save Range to PDF
This video displays VBA code that will save a Range on an Excel Worksheet to a PDF File on a Network Drive with the file name being a Cell Value and Today’s Date. To do this a method called “ExportAsFixedFormat” is used within VBA. This method has several optional parameters that we can use to define things like the…