Public Function DateToZodiac( _ ByVal vDate As Variant _ ) As Variant
DateToZodiac(#01/01/96#) = "Capricorn" DateToZodiac(#07/04/96#) = "Cancer" DateToZodiac(#11/30/96#) = "Sagittarius"See also:
SeasonName Function SpellTime Function DateToZodiacSample SubroutinevDate: The date for which the name of the Zodiac sign is returned. Function returns Null if vDate is Null or cannot be fixed up to a Date.
Note: This function DOES support pre-1900 Date/time values.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.