Thread: month problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tom1646 tom1646 is offline
external usenet poster
 
Posts: 6
Default month problem

Hi,

In my macro i would like to take the current date object and extract the
month value. then convert this (assuming it isn't already in the correct
form) to the form Jan, Feb, Mar, Apr etc. and then compare this to the column
headers that i have. If it matches then a cell should be updated to match
the color of the cell under the matching column header. I am stuck on the
date part because i do not now how to extract the current date using vba, is
it possible?

Any help with other parts would be greatfully recieved.

Thanks, Tom