Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi:
I am trying to create a Macro for the following: I have a spreadsheet wherein Cell C3 to Q3, I have weekdays (Mon, Tues, Wed, Thurs, Fri, Sat, Sun). The value of this range is populated based on formula on another range of cells. Based on the above weekday value(ex: Sat, Sun or Mon), I want few other cell ranges to be shaded with a specific color unique to the weekday value. Any help with code is greatly appreciated thanks Shiv |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sounds like a job for conditional formatting, no VBA needed.
Just use a formula like =TEXT(A2,"ddd")=A$1 -- HTH Bob Phillips "Auditor" wrote in message oups.com... Hi: I am trying to create a Macro for the following: I have a spreadsheet wherein Cell C3 to Q3, I have weekdays (Mon, Tues, Wed, Thurs, Fri, Sat, Sun). The value of this range is populated based on formula on another range of cells. Based on the above weekday value(ex: Sat, Sun or Mon), I want few other cell ranges to be shaded with a specific color unique to the weekday value. Any help with code is greatly appreciated thanks Shiv |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
translate lotus 1-2-3 macro into excel macro using excel 2000 | Excel Programming |