Ok, here's my problem. I am trying to concatenate a Chart Title with a date in the MMM-YY format. I have to create a Chart in excel each month. If I create the chart in December, it would be for November's data.
I can't figure out how to concatenate "Clinical Utilization: " & DateAdd("M",-1,Date)
It would be nice if I could get the date format to be MMM-YY so that the Chart Title reads:
Clinical Utilization: Nov-09
Is this possible?
Jake