A
Ange Kappas
Hi,
I would like to set up a worksheet which takes values from another
worksheet(data) and colors in each corresponding cell according to the range
set in the data worksheet. Let me be more specific.
We have a worksheet which on the top row wise has the dates corresponding to
each day.
For Example: 1/5/2004, 2/5/2004, 3/5/2004, 4/5/2004, 5/5/2004,
6/5/2004, e.t.c.
And Column wise we have the room numbers.
For Example:
101
102
103
104
105
e.t.c.
Now on the separate worksheet (data) I have values like below:
Room Number Name Arrival Date Departure Date
101 Jones 2/5/2004 9/5/2004
103 Smith 3/5/2004
10/5/2004
105 Dees 7/5/2004 9/5/2004
105 Clark 10/5/2004 12/5/2004
e.t.c.
Now on open of Excel I would like it either using a Macro or Visual Basic to
take the values from the Data Worksheet and color in any particular color
all the corresponding cells say for example "Jones" in "Yellow" all the
cells from the row "101" from the dates 2/5/2004 till the 9/5/2004.
If anyone knows how I can do this it would be greatly appreciated...
Bye..
I would like to set up a worksheet which takes values from another
worksheet(data) and colors in each corresponding cell according to the range
set in the data worksheet. Let me be more specific.
We have a worksheet which on the top row wise has the dates corresponding to
each day.
For Example: 1/5/2004, 2/5/2004, 3/5/2004, 4/5/2004, 5/5/2004,
6/5/2004, e.t.c.
And Column wise we have the room numbers.
For Example:
101
102
103
104
105
e.t.c.
Now on the separate worksheet (data) I have values like below:
Room Number Name Arrival Date Departure Date
101 Jones 2/5/2004 9/5/2004
103 Smith 3/5/2004
10/5/2004
105 Dees 7/5/2004 9/5/2004
105 Clark 10/5/2004 12/5/2004
e.t.c.
Now on open of Excel I would like it either using a Macro or Visual Basic to
take the values from the Data Worksheet and color in any particular color
all the corresponding cells say for example "Jones" in "Yellow" all the
cells from the row "101" from the dates 2/5/2004 till the 9/5/2004.
If anyone knows how I can do this it would be greatly appreciated...
Bye..