Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE

2017-01-26 Thread georgemartin812 via MS EXCEL AND VBA MACROS
On Thu, 1/26/17, libertystringer via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE To: excel-macros@googlegroups.com Date: Thursday, January 26, 2017, 10:47 PM -

Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE

2017-01-26 Thread libertystringer via MS EXCEL AND VBA MACROS
On Thu, 1/26/17, julienneschindler via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE To: excel-macros@googlegroups.com Date: Thursday, January 26, 2017, 9:29 PM

Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE

2017-01-26 Thread julienneschindler via MS EXCEL AND VBA MACROS
On Thu, 1/26/17, Vicky wrote: Subject: Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE To: excel-macros@googlegroups.com Date: Thursday, January 26, 2017, 6:53 PM Hi Greg, The given code only works when you are comparing the con

Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE

2017-01-26 Thread Vicky
Hi Greg, The given code only works when you are comparing the contents of the entire cell from one in the range. It won't work if your chkFor cell is matching partially with one of the cells from range. Regards, Vicky On 26-Jan-2017 9:47 PM, "Greg Della-Croce" wrote: > Vicky, thanks for the id

Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE

2017-01-26 Thread Greg Della-Croce
Vicky, thanks for the idea. I will see how it works for me. I appreciate the time/effort you put in to help me! Greg Greg Della-Croce Skype: gdellacroce55 Cell: 407-408-2572 greg_della-cr...@sil.org "If you assume you know the answer, you will miss having a breakthrough. It’s okay to do what

$$Excel-Macros$$ Re: Simple function but it returns #VALUE

2017-01-26 Thread Vicky
Hi Greg, I have found a solution. Hope this helps! Function Contains(ChkFor As String, ChkRng As Range) For Each cell In ChkRng If cell.Value = ChkFor Then Contains = "Found" Exit For Else Contains = "Not Found" End If Next cell End Function The above code

$$Excel-Macros$$ Devops Engineer @ San Francisco, CA

2017-01-26 Thread govind ramanujam
Hello, Hope you are doing great We have an urgent below *"Devops Engineer”* position with one of our client for C2C position at *San Francisco, CA.* If you are interested please share your updated resume along with contact details to govind_ramanu...@visionisys.com Only Locals *Job Ti

Re: $$Excel-Macros$$ changing required in the attach macro

2017-01-26 Thread silvers.r via MS EXCEL AND VBA MACROS
On Thu, 1/26/17, storeythomas725 via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ changing required in the attach macro To: excel-macros@googlegroups.com Date: Thursday, January 26, 2017, 12:48 AM -