Go to the VBA editor (Alt + F11) and find the macro - try double clicking the modules on the left hand side, it should be in there somewhere. Add the following line of code and change the filename to the other location you want to save it as. Job done.
ActiveWorkbook.SaveAs Filename:="C:\Data\testfile.xls"