input box default values (current month, year)
You're most welcome. :)
__________________________________________________ ______________________
"mwam423" wrote in message
...
so simple! thank you, and appreciate the quick reply
"Vasant Nanavati" wrote:
I'm assuming you mean InputBoxes.
Application.InputBox "Enter Month No.","Month", Month(Now), , , , , 1
Application.InputBox "Enter Year","Year", Year(Now), , , , , 1
|