Public Function Calendar( _ ByVal vYear As Variant _ , ByVal vMonth As Variant _ ) As Variant
Debug.Print Calendar(1999, 11) November 1999 Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30See also:
cal command (UNIX)vYear: Must use the full four-digit year; cannot use 96, for example, to mean 1996. Function returns Null if vYear is Null or cannot be interpreted as an integer number.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.