Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-11 Thread Sam Mathai Chacko
; simply use data>autofilter>copy. If that is correct, it is fairly > easy to > > > > write a macro to loop thru looking for X and then filter the data > sheet > > > by > > > > that value and copy to the other sheets. Is that what you want? > > >

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-08 Thread Monizri
gt; Sub filterandcopy() > > > 'for each c in activesheet.usedrange.specialcells(xlce > > > For Each c In Range("b2:b21,f2:f21,j2,j21") > > > If UCase(c) = "X" Then > > > 'MsgBox c.Row > > > End If > > > Next c >

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-08 Thread Monizri
lle...@gmail.com > > > > -Original Message- > From: Monizri > Sent: Saturday, October 08, 2011 2:56 PM > To: MS EXCEL AND VBA MACROS > Subject: Re: $$Excel-Macros$$ Read a menu and produce results > > awesome, here's a linkhttp://www.box.net/shared/o0uley3s

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-08 Thread dguillett1
ri Sent: Saturday, October 08, 2011 2:56 PM To: MS EXCEL AND VBA MACROS Subject: Re: $$Excel-Macros$$ Read a menu and produce results awesome, here's a link http://www.box.net/shared/o0uley3sbbh3fxu315ou The tabs that say FHCX, FHMX, and FNMX are what i wanted the results to be once the loop

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-08 Thread dguillett1
I just attach to email. Send to me if you like. Don Guillett SalesAid Software dguille...@gmail.com -Original Message- From: Monizri Sent: Saturday, October 08, 2011 2:27 PM To: MS EXCEL AND VBA MACROS Subject: Re: $$Excel-Macros$$ Read a menu and produce results Thanks Don, I can

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-08 Thread Monizri
ter examples. I > > would > > > think that instead of using a loop you would use FIND (look in vba help) > > > > Don Guillett > > > SalesAid Software > > > dguille...@gmail.com > > > > -Original Message- > > > From: Monizri > >

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-08 Thread Sam Mathai Chacko
D (look in vba help) > > > > Don Guillett > > SalesAid Software > > dguille...@gmail.com > > > > > > > > > > > > > > > > -Original Message- > > From: Monizri > > Sent: Saturday, October 08, 2011 9:01 AM > &g

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-08 Thread Monizri
that instead of using a loop you would use FIND (look in vba help) > > Don Guillett > SalesAid Software > dguille...@gmail.com > > > > > > > > -Original Message- > From: Monizri > Sent: Saturday, October 08, 2011 9:01 AM > To: MS EXCEL AND

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-08 Thread dguillett1
EXCEL AND VBA MACROS Subject: Re: $$Excel-Macros$$ Read a menu and produce results Hi Sam, I apologize for not being clear, i was sure how to pose the question. I have two spreadsheets. One with a menu with a bunch of criteria (of which you can select the criteria you want by placing an "X&

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-08 Thread Monizri
Hi Sam, I apologize for not being clear, i was sure how to pose the question. I have two spreadsheets. One with a menu with a bunch of criteria (of which you can select the criteria you want by placing an "X" in a designated area ). The second spreadsheet will have data i need to search through. So

Re: $$Excel-Macros$$ Read a menu and produce results

2011-10-07 Thread Sam Mathai Chacko
I believe the forum is not able to comprehend what 'can i get excel to read a menu with selections using "X" in a cell' is trying to convey. Maybe you want to rephrase it, or share an example of what you are trying to do. Sam On Fri, Oct 7, 2011 at 10:55 PM, Monizri wrote: > Hi, I have the foll