Stuart McLachlan
stuart at lexacorp.com.pg
Thu Apr 13 09:41:34 CDT 2006
On 14 Apr 2006 at 0:28, Stuart McLachlan wrote: > On 13 Apr 2006 at 8:41, Kaup, Chester wrote: > > > I have a function in a module as follows: > > > > Function DaysInMonth2(D As Variant) As Variant > > First point - avoid variants wherever possible. Try defining D and the > function as dates. > Or more likely as integers :-( -- Stuart