Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to give a variable for my date column, can some one advise me
Example: I have column in this formate mmm/yy, my below variable should identify the Month & Year, i need to variables one is for current month(Jan/09), and the other for Previous Month(Dec/08) CurrMth = Month(Today()) & Year(Today()) PrvMth = Month(Today()) - 1 & Year(Today()) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
add 1 day to date variable | Excel Programming | |||
Setting a Date variable | Excel Programming | |||
Assign a Date Variable within VBA Q | Excel Programming | |||
calc constant date from variable date & return with ability to rn. | Excel Worksheet Functions | |||
Compare Date in Cell VS a Variable Date to Hide Row | Excel Programming |