I'm not sure if this is a typo, but this line should at least read:
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=Path & fname
However, you'll still have a format problem with the variable dt_bill because a file name can't use slashes.