Hi,
So I want the Month name for previous month which I have tried to do like this:
Which gives me an error, I can get the current month name but I want to get the previous months name dynamically, so I don't want to do it like Date()-30.
Can someone help me please?
Thanks
So I want the Month name for previous month which I have tried to do like this:
Code:
[SIZE=3][FONT=Calibri]=Format(Month((DateSerial(Year(Now()),Month(Now())-1,”mmmm”)))[/FONT][/SIZE]
Which gives me an error, I can get the current month name but I want to get the previous months name dynamically, so I don't want to do it like Date()-30.
Can someone help me please?
Thanks