Sample of uniquely naming a report

You can differentiate the name of a report to avoid conflicts of possible simultaneous reports.

For example, concatenate the current date and _STARTUSER.

FileName = "FormulaRpt-" & _StartUser & "-" & Now().ToString("s") & ".xml"