View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
GLT
 
Posts: n/a
Default Extracting Part of a Date

Hi,

I have a variable in VBA called myDate and I need to extract the fist two
letter of the day, from the date which is stored in myDate.

For example, if myDate = Tuesday, July 3 2007, then I need to put 'TU' into
variable of myDay.

Can anyone help?

Thanks.