Re: $$Excel-Macros$$ Hightlight the text for day Fridays only.....

2012-08-16 Thread NOORAIN ANSARI
Dear Muneer, You can also use below formula in conditonal formating. =WEEKDAY($A11)=6 On Wed, Aug 15, 2012 at 7:46 PM, ashish koul wrote: > use this formula in conditional format > > =AND(TEXT($A2,"ddd")="Fri") > > > On Wed, Aug 15, 2012 at 12:09 PM, vijayajith VA > wrote: > >> use ths below

Re: $$Excel-Macros$$ Hightlight the text for day Fridays only.....

2012-08-15 Thread ashish koul
use this formula in conditional format =AND(TEXT($A2,"ddd")="Fri") On Wed, Aug 15, 2012 at 12:09 PM, vijayajith VA wrote: > use ths below code... > > . > > Sub highlight_friday() > Dim rng As Range > Dim cell As Range > Dim sh As Worksheet > Set rng = Sheet1.Range("A2:A" & Sheet1.Range("A" & >

Re: $$Excel-Macros$$ Hightlight the text for day Fridays only.....

2012-08-14 Thread vijayajith VA
use ths below code... . Sub highlight_friday() Dim rng As Range Dim cell As Range Dim sh As Worksheet Set rng = Sheet1.Range("A2:A" & Sheet1.Range("A" & Rows.Count).End(xlUp).Row) For Each cell In rng If VBA.Weekday(cell) = 6 Then cell.Offset(0, 1).Interior.Color = vbCyan End If Next cell End Sub

Re: $$Excel-Macros$$ Hightlight the text for day Fridays only.....

2012-08-14 Thread vijayajith VA
HI Muneer,,, I think Few days back noorain & rajan had answered for same questions On Wed, Aug 15, 2012 at 11:28 AM, Mohammed Muneer wrote: > ** > Dear Group, > > Please highlight the text in column B based on Friday. > > > Regards, > Muneer, > CC > > -- > Join official facebook page of thi

$$Excel-Macros$$ Hightlight the text for day Fridays only.....

2012-08-14 Thread Mohammed Muneer
Dear Group, Please highlight the text in column B based on Friday. Regards, Muneer, CC -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES (1120+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread ti