Re: $$Excel-Macros$$ Macro Problem...plzzz help

2013-07-09 Thread vba
Hi It mean you are trying to create dependent drop down..see example in attached sheet. Thanks!! On Tue, Jul 9, 2013 at 1:36 PM, SG wrote: > Thanks for the reply bt it doesn't solve my purpose.Let me try one more > time to explain. > What i want is that when i select domain, then, only name &

Re: $$Excel-Macros$$ Macro Problem...plzzz help

2013-07-09 Thread ashish koul
Have u send the file which i mailed you few days back On Tue, Jul 9, 2013 at 1:36 PM, SG wrote: > Thanks for the reply bt it doesn't solve my purpose.Let me try one more > time to explain. > What i want is that when i select domain, then, only name & accuracy in > that domain will display on re

Re: $$Excel-Macros$$ Macro Problem...plzzz help

2013-07-09 Thread SG
Thanks for the reply bt it doesn't solve my purpose.Let me try one more time to explain. What i want is that when i select domain, then, only name & accuracy in that domain will display on report sheet.. then ,if i select any project in that domain, then it's correponding name & accuracy will

Re: $$Excel-Macros$$ Macro Problem...plzzz help

2013-07-05 Thread vba
Hi PFA, You have to ensure criteria range is in same sheet in which you apply filter. you also need to extend your range to accommodate rest of data.. Thaks On Fri, Jul 5, 2013 at 5:25 PM, SG wrote: > hi Experts, > > I'm in a great problem as i'm beginner in macros.I have created a templat

$$Excel-Macros$$ Macro Problem...plzzz help

2013-07-05 Thread SG
hi Experts, I'm in a great problem as i'm beginner in macros.I have created a template in which the data would be extracted on basis on 3 criterias.However, by using macro, i'm unable to extract it.For criterias, i have created drop-down list by using Data validation & name manager. Now firs