Hello,
I'm looking for help with, what I thought was a simple thing to do but apparently not for me, to save a file with the format "mmm" of the month 4 months ago, "mmm" of the month 1 month ago, followed by "yyyy" of current year.
So now in June it would be, "Feb-May 2019". Basically it's the latest quarter, so maybe there is a simplier way to do it?
This is what I have so far:
However, I get a "Compile Error: Expected Array" on this "month = Format(DateSerial(month(Date) - 1, 1), "mmm")". I'm not really a pro on this, so any help is appreciated!
Thanks in advance!
Bookmarks