I'm using vba in Excel 2007 to read a spreadsheet and modify it's contents. I need to save the results with a name that is similar to the original file, but with some alterations.
How can I programmatically find the name of the currently open file using vba?
Thanks in advance.