Hi there,
I have a piece of code that converts a document into a pdf. I'm trying to save the report as "2017 Annual Report for [XYZ]"
Right now, when I run the code, it saves the file as whatever is stored in the SaveAsString, which is Person's name.
Filename:=SaveAsString & ".pdf", _
I...