Any code returns the current year? eg. Year() ?
R RoyVidar May 20, 2007 #2 Alan T said: Any code returns the current year? eg. Year() ? Click to expand... Try Year(Date()) or Year(Now())
Alan T said: Any code returns the current year? eg. Year() ? Click to expand... Try Year(Date()) or Year(Now())
S SteveS May 20, 2007 #3 Hi Alan, The Date() function returns the current date So, the year function will return just the year part: Year(Date()) HTH
Hi Alan, The Date() function returns the current date So, the year function will return just the year part: Year(Date()) HTH