dim x as long
x = Day(DateSerial(Year(Date), Month(Now()) + 1, 1) - 1)
=DATE(YEAR(A1),MONTH(A1)+1,1)-DATE(YEAR(A1),MONTH(A1),1)
One way...How do i set up a varable (X or whatever) as the number of days in the current month?
Ex. Today is 3-28-11 so... x = 31