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
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
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
--
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
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
-
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
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
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
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