View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Is there any VB command to find out the total no. of days in a month?

Hi
=Day(Dateserial(year,month+1,0))

--
Regards
Frank Kabel
Frankfurt, Germany

"ªü¤T" schrieb im Newsbeitrag
...
As subject, many thanks.