View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default If Then Conditions

Hi Rudy
post your code :-)

--
Regards
Frank Kabel
Frankfurt, Germany

"Rudy Winter" schrieb im
Newsbeitrag ...
I am trying to write a VBA code that changes the font color of a date

if it is a specific month. So far I have been using the If Then
function, but everytime I run the macro it changes to the first color
in the VBA code and not a different color for every month.

Can anyone help me?

Thank you,

Rudy