Re: $$Excel-Macros$$ An EASY One: I Need a formula that checks if a value is part of a list.

2012-03-17 Thread Scruffy Huffy
> > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > > *From:* Scruffy Huffy > *Sent:* Saturday, March 17, 2012 6:59 AM > *To:* excel-macros@googlegroups.com > *Subject:* $$Excel-Macros$$ An EASY One: I Need a formula that checks

Re: $$Excel-Macros$$ An EASY One: I Need a formula that checks if a value is part of a list.

2012-03-17 Thread Scruffy Huffy
Perfect...Thanks much! On Saturday, March 17, 2012 8:16:33 AM UTC-4, Rajan_Verma wrote: > > =IFERROR(MATCH(E6,G6:G12,0)>0,FALSE) > > > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *Scruffy Huffy > *Sent:* Mar/Sat/2012

$$Excel-Macros$$ An EASY One: I Need a formula that checks if a value is part of a list.

2012-03-17 Thread Scruffy Huffy
Hello! I'm positive I'm overlooking the simple solution, but I need a formula that returns a "true/false" "yes/no" value (or something like that) after checking if a cell's value is contained in a given list. In other words, "Q: Is Cell A ("Widget") contained in list B "Stock Items"? A: Ye

Re: $$Excel-Macros$$ "Un-selecting" a cell being copied

2012-03-01 Thread Scruffy Huffy
I just sent itThanks! On Mar 1, 9:42 am, "dguillett1" wrote: > Reply to my email with your file > > Don Guillett > SalesAid Software > dguille...@gmail.com > > > > > > > > -Original Message- > From: Scruffy Huffy > Sent: Thursda

Re: $$Excel-Macros$$ "Un-selecting" a cell being copied

2012-03-01 Thread Scruffy Huffy
uot;).resize(range("a2:z223").rows.count,range("a2:z223").columns.cou > nt) > .unmerge > .paste pastevalues > end with > > Regards, > Sam Mathai Chacko > > > > > > > > > > On Thu, Mar 1, 2012 at 6:21 PM, Scruffy Huffy

Re: $$Excel-Macros$$ "Un-selecting" a cell being copied

2012-03-01 Thread Scruffy Huffy
t1" wrote: > range("a2:z223").copy > range("a1").paste pastevalues > > Don Guillett > SalesAid Software > dguille...@gmail.com > > > > > > > > -Original Message- > From: Scruffy Huffy > Sent: Wednesday, February 29, 2012 3:51

Re: $$Excel-Macros$$ "Un-selecting" a cell being copied

2012-02-29 Thread Scruffy Huffy
opy > range(dest).paste.pastespecial > > Don Guillett > SalesAid Software > dguille...@gmail.com > > > > > > > > -Original Message- > From: Scruffy Huffy > Sent: Wednesday, February 29, 2012 1:41 PM > To: MS EXCEL AND VBA MACROS > Subject:

Re: $$Excel-Macros$$ "Un-selecting" a cell being copied

2012-02-29 Thread Scruffy Huffy
py > paste special as values, check the macro, you should find how to write the > code. > > Sam > > > > > > > > > > On Thu, Mar 1, 2012 at 1:11 AM, Scruffy Huffy wrote: > > Sam, > > > I've already tried thatbut it doesn't remo

Re: $$Excel-Macros$$ "Un-selecting" a cell being copied

2012-02-29 Thread Scruffy Huffy
any given time, at least one cell > WILL be selected (if not any other object) in a sheet. So at the end of > your macro, select any other cell, for example the top left cell A1 > > Sam Mathai Chacko > > > > > > > > > > On Thu, Mar 1, 2012 at 12:12 AM, Sc

$$Excel-Macros$$ "Un-selecting" a cell being copied

2012-02-29 Thread Scruffy Huffy
This problem is a bit difficult to describe, but here goes. I'm using a command button macro to select a cell, copy its value, then past the value to another cell. However, I don't know the code to "de-select" the copied cell. In other words, after the copy/paste is complete, the cell that I co