Re: $$Excel-Macros$$ how to retrieve already applied conditional formatting on a cell

2014-03-20 Thread ashish koul
http://www.excelfox.com/forum/f22/get-displayed-cell-color-whether-from-conditional-formatting-or-not-338/ On Thu, Mar 20, 2014 at 9:33 PM, Divaker Pandey wrote: > what is this dear? > > Divaker > > > On Thu, Mar 20, 2014 at 9:18 PM, mrExcel4u wrote: > >> Try thishope it will help you... >

Re: $$Excel-Macros$$ how to retrieve already applied conditional formatting on a cell

2014-03-20 Thread Divaker Pandey
what is this dear? Divaker On Thu, Mar 20, 2014 at 9:18 PM, mrExcel4u wrote: > Try thishope it will help you... > > Sub test() > Application.DisplayAlerts = False > Application.ScreenUpdating = False > Dim rng As Range > Dim cell As Range > > Set rng = Application.InputBox("Select a range"

Re: $$Excel-Macros$$ how to retrieve already applied conditional formatting on a cell

2014-03-20 Thread mrExcel4u
Try thishope it will help you... Sub test() Application.DisplayAlerts = False Application.ScreenUpdating = False Dim rng As Range Dim cell As Range Set rng = Application.InputBox("Select a range", Type:=8) j = 1 For Each cell In rng If cell.DisplayFormat.Interior.Color <> 16777215 Then rcoun

Re: $$Excel-Macros$$ how to retrieve already applied conditional formatting on a cell

2014-03-20 Thread Anil Kumar
Hi Dear Please find attachment file. On Thursday, 20 March 2014 6:12 PM, Vabs wrote: Hi What exactly you are looking for in VBA. Thx On Thu, Mar 20, 2014 at 2:04 PM, Divaker Pandey wrote: Hi Expert, > >can any one please share code to retrieve already applied conditional >formattin

Re: $$Excel-Macros$$ how to retrieve already applied conditional formatting on a cell

2014-03-20 Thread priti verma
Do you want this or something else? Sub fc() Dim cf As FormatCondition For Each cf In Sheet13.Range("a1").FormatConditions Debug.Print cf.Formula1 Debug.Print cf.Interior.Color Debug.Print cf.Font.Color Debug.Print cf.NumberFormat Debug.Print cf.AppliesTo.Address Debug.Pri

Re: $$Excel-Macros$$ how to retrieve already applied conditional formatting on a cell

2014-03-20 Thread Vabs
Hi What exactly you are looking for in VBA. Thx On Thu, Mar 20, 2014 at 2:04 PM, Divaker Pandey wrote: > Hi Expert, > > can any one please share code to retrieve already applied conditional > formatting on a cell or range of excel workbook through vba. > > > Thank & Regards, > > Divaker > > -

$$Excel-Macros$$ how to retrieve already applied conditional formatting on a cell

2014-03-20 Thread Divaker Pandey
Hi Expert, can any one please share code to retrieve already applied conditional formatting on a cell or range of excel workbook through vba. Thank & Regards, Divaker -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It's =TIME(2,DO:IT,N:OW) ! Join official Facebook pag