View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew Haycock Andrew Haycock is offline
external usenet poster
 
Posts: 3
Default Get the integer valure from the current date

Hi,

How do i get the integer value for the current day.

I know i need to use the sysdate and then perform some action on that
to tell me the integer representation of the day.

eg SUNDAY = 0
MONDAY = 1
etc.

Please any help is much appriciated