
Signature
Any help is as always appreciated
Thank You
Andrew
First, you could use =today() to just get the day (to drop the time).
Second, if you formatted that cell to show "Monday", "Tuesday", ...
you could use:
Select Case .Text
But maybe you could use:
select case weekday(.value)
case is vbMonday: ...
case is vbTuesday: ...
...
> Hello,
> I have a sheet that I want to change daily. Each day has a colour to a cell
[quoted text clipped - 35 lines]
>
> Andrew

Signature
Dave Peterson
@Homeonthecouch - 15 Mar 2007 17:01 GMT
Many thanks Dave that worked even with my limited ability to understand :)
Andrew
> First, you could use =today() to just get the day (to drop the time).
>
[quoted text clipped - 50 lines]
>>
>> Andrew
@Homeonthecouch - 17 Mar 2007 11:37 GMT
Hi again,
I have just noticed that when I open the spreadsheet the cell with the
=today() command automatically updates but the macro that is dependant on
the answer does not update.
I have tried to use refresh F9 but that doesn't work. I can go into the cell
and hit enter and that then refreshes the colour assigned to the day.
Is there a way of doing this when the spreadsheet opens up? Or is that not
advisable?
Andrew
> First, you could use =today() to just get the day (to drop the time).
>
[quoted text clipped - 50 lines]
>>
>> Andrew