I am trying to remember how to do this.
I have a file that is a month behind the current month. What I want to do is automatically have the cell with date change as I change the name of the file to the next month.
For example:
Currently in file:
A1 = Apr-05
FileName : InvoicesApr05
Want to Change it to:
A1 = May-05
FileName : InvoicesMay05
I remember that I would use the Cell("filename") function along with Find (to find the "[" in the pathname.
How do I do this?