Here is the code for the mcrPCF:
DoCmd.SetWarnings False
DoCmd.TransferSpreadsheet acExport, 10, "qselPCF_Form", "G:\HC5D\Group Files\PCF\PCF Form.xlsx", False, "Eric"
DoCmd.SetWarnings True
Beep
MsgBox "A new PCF has been created and saved in G:HC5\PCF\PCF Files"...