I am using VBA in Excel to read a spreadsheet and modify its contents. I need to save the results with a name similar to the source file, but with some changes.
How can I programmatically find the name of the current open file using vba?
source share