I have created a macro for each of the months in the year that I'd like to automatically run depending on the month we're in.
I've tried using the MonthName variable and the Now function, but it doesn't work. My code is as follows:
I'd really appreciate any help I can get on this...![]()
If MonthName.(Now()) = "July" Application.Run "Project Budget.xls'!July" Else If MonthName.(Now())="August" Application.Run "Project Budget.xls'!July" Application.Run "Project Budget.xls'!August"
Bookmarks