lprabhu1107
Board Regular
- Joined
- Mar 10, 2011
- Messages
- 106
Hi,
Iam trying to create a macro for the following
CELL A1: Should display current month (Jun-11)
CELL B1: Should display next month (Jul-11)
CELL C1: Should display next to next month (Aug-11)
I have the code for Cell A1.
Sub NewBook1()
Range("A1") = Format(Date, "mmm-yy")
End Sub
Can you ps help with the code for next month and next to next month
Prabhu
Iam trying to create a macro for the following
CELL A1: Should display current month (Jun-11)
CELL B1: Should display next month (Jul-11)
CELL C1: Should display next to next month (Aug-11)
I have the code for Cell A1.
Sub NewBook1()
Range("A1") = Format(Date, "mmm-yy")
End Sub
Can you ps help with the code for next month and next to next month
Prabhu