S
scorpion53061
Here is what I am trying to do........forgive the word problem format as it
seems the best way I can explain it.
I want to check the value of each cell in a column (it would be the first
column) IF the column has "DATEOR" for the "A1" value. If it does not we are
going to skip this block entirely.
If the value of the items in the column except A1 are older than 90 days
from Date.Now than the back color of the cell should be yellow. If not it
should remain white.
Now I think I know why it does not work for me - I keep getting invalid cast
exceptions and I think it is because the cell is of the type "General". But
if i try to select it and turn it into a date format when I run the code
Office 2000 will not agree.
Any ideas would be great. And Thank You!!
seems the best way I can explain it.
I want to check the value of each cell in a column (it would be the first
column) IF the column has "DATEOR" for the "A1" value. If it does not we are
going to skip this block entirely.
If the value of the items in the column except A1 are older than 90 days
from Date.Now than the back color of the cell should be yellow. If not it
should remain white.
Now I think I know why it does not work for me - I keep getting invalid cast
exceptions and I think it is because the cell is of the type "General". But
if i try to select it and turn it into a date format when I run the code
Office 2000 will not agree.
Any ideas would be great. And Thank You!!
