This is one of those problems that can be compared to a thorn in your foot. It's small, but it's still slowing me down. When I run the following code:
strAbrevMonth = Format(intCurrMonth, "mmm")
strAbrevMonth is always sey to 'Jan.' Even when I hardcode a 9 into the statement, strAbrevMonth is set to 'Jan.' Any ideas as to why?
strAbrevMonth = Format(intCurrMonth, "mmm")
strAbrevMonth is always sey to 'Jan.' Even when I hardcode a 9 into the statement, strAbrevMonth is set to 'Jan.' Any ideas as to why?