Hi,
I'm asking kindly for help.
Function FirstOfMonth()
FirstOfMonth = DateSerial(Year(Now),_ Month(Now), 1)
For Mart:
Function LastOfMonth()
LastOfMonth = DateSerial(Year(Now),_
Month(Now),31)
For different months the last day is different.
The Question;
How automaticly define the last day for different months?
Thank's in advance,
Niks
I'm asking kindly for help.
Function FirstOfMonth()
FirstOfMonth = DateSerial(Year(Now),_ Month(Now), 1)
For Mart:
Function LastOfMonth()
LastOfMonth = DateSerial(Year(Now),_
Month(Now),31)
For different months the last day is different.
The Question;
How automaticly define the last day for different months?
Thank's in advance,
Niks