Hello,
I have built a macro which opens up another file each month, the issue is that specific file changes name each month (dependent on the month itself)
At the moment the file name is - Unavista UTI Lookup January2021.xlsm which is in Cell P18
so my formula for opening the file is
mylookupfile = Range("P18")
I am not to experienced on date formats, so would it be possible to confirm how this can be automated each month, rather than me having to go into the file and type over the current month in cell P18
Thanks!