Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers

2017-03-13 Thread silvers.r via MS EXCEL AND VBA MACROS
On Tue, 3/14/17, silvers.r via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers To: excel-macros@googlegroups.com Date: Tuesday, March 14, 2017, 5:19 AM

Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers

2017-03-13 Thread silvers.r via MS EXCEL AND VBA MACROS
On Tue, 3/14/17, kenyattafreed via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers To: excel-macros@googlegroups.com Date: Tuesday, March 14, 2017, 4:20 AM

Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers

2017-03-13 Thread kenyattafreed via MS EXCEL AND VBA MACROS
On Tue, 3/14/17, cronincarmelita via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers To: excel-macros@googlegroups.com Date: Tuesday, March 14, 2017, 3:53 AM --

Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers

2017-03-13 Thread cronincarmelita via MS EXCEL AND VBA MACROS
On Tue, 3/14/17, julienneschindler via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers To: excel-macros@googlegroups.com Date: Tuesday, March 14, 2017, 3:35 AM

Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers

2017-03-13 Thread julienneschindler via MS EXCEL AND VBA MACROS
On Tue, 3/14/17, mintaspriggs via MS EXCEL AND VBA MACROS wrote: Subject: Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers To: excel-macros@googlegroups.com Date: Tuesday, March 14, 2017, 2:54 AM -

Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers

2017-03-13 Thread mintaspriggs via MS EXCEL AND VBA MACROS
On Mon, 3/13/17, Paul Schreiner wrote: Subject: Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers To: "excel-macros@googlegroups.com" Date: Monday, March 13, 2017, 3:04 PM What I would do is first load your "Roll No

$$Excel-Macros$$ Re: Fwd: Need your Help on Priority

2017-03-13 Thread Mohd Sadiq
Team , Pls try to help on this. On Fri, Mar 10, 2017 at 10:47 PM, Mohd Sadiq wrote: > Pls help team on the same > > Regards, > > Mohd Sadiq > > On Feb 28, 2017 9:22 PM, "Mohd Sadiq" wrote: > >> Hello Team , >> >> >> >> >> Hope you are doing well, >> >> >> >> Here is attached a file where I nee

Re: $$Excel-Macros$$ How to pick numbers which are missing in serial numbers

2017-03-13 Thread Paul Schreiner
What I would do is first load your "Roll No." values into a Dictionary object.Then, loop through your "S.No." values and look to see if they are in the Dictionary.Report the missing values.Like: Sub Find_Missing()     Dim Dict_SN, SN     Dim nRows, nRow, drow     Set Dict_SN = CreateObject("Scrip

$$Excel-Macros$$ Email with Picture in existing Macro

2017-03-13 Thread Jorge Marques
Hi guys, I have the following macro below, I tried searching in internet, but cannot find a way to put there. I would like to add a embed a picture to the email, like always same picture (can located in a folder in my computer), the goal is to be like sort of signature. Sub SendEmailFile() D