I recorded a macro to save a workbook to the desktop on a Mac, but I can't figure out how to make the username a variable name similar to VBA environ$(username)
ActiveWorkbook.SaveAs Filename:="/Users/username/Desktop/test.xls", _
FileFormat:=xlExcel8, Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=False