I'm having trouble saving as. I have a button built into a worksheet that runs a macro that is within the "ThisWorkbook" module on the backend of the workbook. Everything is running fine until it gets to the very last line that saves it as a different name in a different folder. Can I not do this?
Code:
ThisWorkbook.SaveAs "...\" & Format(Date, "yyyy") & "\Domestic\Fulfillment " & Format(Date, "yyyymmdd") & " - Domestic" & ".xlsx"