Hey All,

I'm trying to find an easy way to find what last month was.

I am using the following code to find the current month...


Label1.Caption = Format$(Now, "mmm")


Is there not an easy way to subtract one month from this
statement, so the label would read "Sep" instead of "Oct"?

Thanks in advance,
Ron