Hi
try something like the following for getting the last date
of the current month
Expirydate=DateSerial(Year(date),Month(date)+1,1)-1
-----Original Message-----
Could somewhat please tell me how i can find out the last
day in the
month using VBA.
I want to assign a variable called ExpiryDate to be the
last day in the
month.
Also i would need the variable to be in String format.
Any help appreciated.
Thanx
---
Message posted from http://www.ExcelForum.com/
.