XLA routines: EE_FirstDayOfMonth
EE_FirstDayOfMonth takes a date and returns the first day of the month that the date is in.
Function EE_FirstDayOfMonth(dt As Date) As Date 'Takes a date and returns the 1st day of the month 'http://excelexperts.com/xla-routines-eeFirstDayOfMonth for updates on this function EE_FirstDayOfMonth = Format(Month(dt) & "/1/" & Year(dt), "mm/dd/yyyy") End Function
»
- Nick's blog
- Login or register to post comments
- 2804 reads
Recent comments
5 years 45 weeks ago
6 years 31 weeks ago
6 years 43 weeks ago
6 years 46 weeks ago
6 years 47 weeks ago
7 years 6 days ago
7 years 8 weeks ago
7 years 9 weeks ago
7 years 9 weeks ago
7 years 9 weeks ago