Ok. .Cheers
On Oct 10, 2014 1:27 AM, "joseph camill" <joseph.cam...@gmail.com> wrote:

> Hi Vaibhav,
>
> Yes, I tried this, and it is working great. I have made one modification.
> Instead of right click to the workbook, I added a Form control button and
> have assigned to it.
>
> Need to add more sheets and do a final check.
>
>
>
> On Fri, Oct 10, 2014 at 12:48 AM, Vaibhav Joshi <v...@vabs.in> wrote:
>
>> Joseph
>>
>> Did you tried this. .
>> ---------- Forwarded message ----------
>> From: "Vaibhav Joshi" <v...@vabs.in>
>> Date: Oct 7, 2014 10:51 AM
>> Subject: Re: $$Excel-Macros$$ Report
>> To: "excel-macros@googlegroups.com" <excel-macros@googlegroups.com>
>> Cc:
>>
>> JC
>>
>> check this,
>>
>> there is sheet name C, in that mention InputSheet Names in col A &
>> OutPutsheet name in ColB repsectively std wise in ascending order..
>>
>> Also check all output sheet fits in one page, i have done it here for
>> you..
>>
>>
>> Thats it, just right click on any sheet, you will get your dialer, select
>> std & there you go.
>>
>> In same folder where this macro file resides you will get folder name
>> output which will contain your PDF files...
>>
>> Also macro will open folder after file is created...
>>
>> Cheers!!
>>
>> +++++
>> *I did not do this for you. God is here working through me for you.*
>>
>> On Tue, Oct 7, 2014 at 10:19 AM, joseph camill <joseph.cam...@gmail.com>
>> wrote:
>>
>>> Hi Vaibhav,
>>>
>>> In addition, the format for Std IX and X will change in terms of marks
>>> display.
>>>
>>> Regards,
>>> Joseph
>>>  On Oct 7, 2014 10:15 AM, "joseph camill" <joseph.cam...@gmail.com>
>>> wrote:
>>>
>>>> Hi Vaibhav,
>>>>
>>>> Output format remains the same but there is addition / subtraction of
>>>> subjects and off course student name will change.
>>>>
>>>> Thanks,
>>>> Joseph
>>>> On Oct 7, 2014 9:53 AM, "Vaibhav Joshi" <v...@vabs.in> wrote:
>>>>
>>>>> Are output for individual Std is diff?
>>>>>
>>>>> +++++
>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>
>>>>> On Tue, Oct 7, 2014 at 12:37 AM, joseph camill <
>>>>> joseph.cam...@gmail.com> wrote:
>>>>>
>>>>>> Hi Vaibhav,
>>>>>>
>>>>>> To clarify further, I will have multiple RAW sheets, the current
>>>>>> example shows STD IV, so I will have 10 such sheets from STD I to STD 10.
>>>>>> So instead of giving the Sheet name RAW, I may have the sheet name as
>>>>>> "STD_I", "STD_II", etc. until "STD_X" and similarly 10 Final sheets. So
>>>>>> instead of having 10 excel workbooks, we have just 1 excel workbook with 
>>>>>> 20
>>>>>> sheets - 10 for input and 10 for output.
>>>>>>
>>>>>> The Generate PDF, click will not have "Final" and "Main", it will
>>>>>> just have RAW as in the current example or "STD_I", "STD_II", etc until
>>>>>> "STD_10". So If i select "STD_1", it will print "Final_STD_I", or if I
>>>>>> select "STD_II" it will print "Final_STD_II".
>>>>>>
>>>>>> Thanks,
>>>>>> Joseph Camill
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, Oct 6, 2014 at 8:26 PM, joseph camill <
>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>
>>>>>>> Excellent Vaibhav,
>>>>>>>
>>>>>>> Will have a micro level look at it later.
>>>>>>>
>>>>>>> Thank you.
>>>>>>> Joseph
>>>>>>>
>>>>>>> On Mon, Oct 6, 2014 at 8:16 PM, Vaibhav Joshi <v...@vabs.in> wrote:
>>>>>>>
>>>>>>>> chk this...
>>>>>>>>
>>>>>>>> Goto main sheet & press button to run macro!
>>>>>>>>
>>>>>>>> +++++
>>>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>>>
>>>>>>>> On Mon, Oct 6, 2014 at 7:46 PM, joseph camill <
>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Thank you Vaibhav. Yes it is clear per your earlier email.
>>>>>>>>>
>>>>>>>>> On Mon, Oct 6, 2014 at 6:48 PM, Vaibhav Joshi <v...@vabs.in> wrote:
>>>>>>>>>
>>>>>>>>>> For X=3 is not counting sheets!! It is begining selecting sheets
>>>>>>>>>> from sheet #3 onwards..Check module PDFActiveSheet_Consol()
>>>>>>>>>>
>>>>>>>>>> will share dynamic code which can enable you to select sheet
>>>>>>>>>> names & adapt further changes as mentioned by you!!
>>>>>>>>>>
>>>>>>>>>> Cheers!!
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> +++++
>>>>>>>>>> *I did not do this for you. God is here working through me for
>>>>>>>>>> you.*
>>>>>>>>>>
>>>>>>>>>> On Mon, Oct 6, 2014 at 5:24 PM, joseph camill <
>>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>>
>>>>>>>>>>> I think the end loop i.e. "For x = 3 …" is counting the number
>>>>>>>>>>> of worksheets in the workbook, if it is less than 3 than it 
>>>>>>>>>>> proceeds to
>>>>>>>>>>> execute the code.
>>>>>>>>>>>
>>>>>>>>>>> Is there a way to make Sheet Name dynamic in code. Now we are
>>>>>>>>>>> specifying "RAW" and "Final" in the code. This works if there are 
>>>>>>>>>>> only 2
>>>>>>>>>>> sheets i.e. input and Final. What if we have more than one input 
>>>>>>>>>>> and Final
>>>>>>>>>>> Sheet. For e.g. Now we have "STD III", but if I have to add "STD 
>>>>>>>>>>> IV" or
>>>>>>>>>>> "STD V" as well, then I need to add so many modules. Can we have 
>>>>>>>>>>> one code
>>>>>>>>>>> that checks the STD and then execute. May be a pop-up that asks for 
>>>>>>>>>>> the STD
>>>>>>>>>>> and then picks that sheet.
>>>>>>>>>>>
>>>>>>>>>>> NOTE: there will be slight variation in the RAW / Final sheet
>>>>>>>>>>> for various STD and that would be addition/subtraction of subjects 
>>>>>>>>>>> and
>>>>>>>>>>> change in Name.
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Oct 6, 2014 at 1:44 PM, Vaibhav Joshi <v...@vabs.in>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> what other requests?
>>>>>>>>>>>>
>>>>>>>>>>>> +++++
>>>>>>>>>>>> *I did not do this for you. God is here working through me for
>>>>>>>>>>>> you.*
>>>>>>>>>>>>
>>>>>>>>>>>> On Mon, Oct 6, 2014 at 1:20 PM, joseph camill <
>>>>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thank you for the clarification. Is there any chance to get
>>>>>>>>>>>>> the other request, if possible.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>> Joseph
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Mon, Oct 6, 2014 at 12:04 PM, Vaibhav Joshi <v...@vabs.in>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> You have 2 sheets in this excel workbook,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I am creating new sheets after sheet 2 for each students,
>>>>>>>>>>>>>> once all sheet is created i am selecting all sheets and sending 
>>>>>>>>>>>>>> it to PDF
>>>>>>>>>>>>>> for publishing in to one file.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Cheers!!
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> +++++
>>>>>>>>>>>>>> *I did not do this for you. God is here working through me
>>>>>>>>>>>>>> for you.*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Mon, Oct 6, 2014 at 12:15 AM, joseph camill <
>>>>>>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Can you please explain the last loop in the code "For x = 3
>>>>>>>>>>>>>>> …" part.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Sep 30, 2014 at 4:04 PM, Vaibhav Joshi <v...@vabs.in>
>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Cheers!!
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> +++++
>>>>>>>>>>>>>>>> *I did not do this for you. God is here working through me
>>>>>>>>>>>>>>>> for you.*
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, Sep 30, 2014 at 4:44 AM, joseph camill <
>>>>>>>>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It is working perfect, as per my requirement. Will email
>>>>>>>>>>>>>>>>> if incase I need any further updates.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thank you very much, you made my work easy.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Mon, Sep 29, 2014 at 11:23 PM, Vaibhav Joshi <
>>>>>>>>>>>>>>>>> v...@vabs.in> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Cheers
>>>>>>>>>>>>>>>>>> On Sep 29, 2014 9:58 PM, "joseph camill" <
>>>>>>>>>>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thank you for the file and working on suggested changes.
>>>>>>>>>>>>>>>>>>> It is very helpful. Will have a look in detail and will 
>>>>>>>>>>>>>>>>>>> revert.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> It is really a great one.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Mon, Sep 29, 2014 at 2:32 PM, Vaibhav Joshi <
>>>>>>>>>>>>>>>>>>> v...@vabs.in> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> 1. Create folder name based on "STD" - Ok
>>>>>>>>>>>>>>>>>>>> 2. Have just one pdf with all the reports. - Chk
>>>>>>>>>>>>>>>>>>>> attachments
>>>>>>>>>>>>>>>>>>>> 3. Right now it is generating the name using "Offset" i
>>>>>>>>>>>>>>>>>>>> suppose, Can we do a search for "Name" and then generate. 
>>>>>>>>>>>>>>>>>>>> - Do you want for
>>>>>>>>>>>>>>>>>>>> few employees? then paste employee name in range U then 
>>>>>>>>>>>>>>>>>>>> report for only
>>>>>>>>>>>>>>>>>>>> those employee will be generated. If you want report for 
>>>>>>>>>>>>>>>>>>>> all employees then
>>>>>>>>>>>>>>>>>>>> keep Column U as blank.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Cheers!!
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> +++++
>>>>>>>>>>>>>>>>>>>> *I did not do this for you. God is here working through
>>>>>>>>>>>>>>>>>>>> me for you.*
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Sun, Sep 28, 2014 at 9:02 PM, joseph camill <
>>>>>>>>>>>>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Thank you for the file. It is very helpful. Is it
>>>>>>>>>>>>>>>>>>>>> possible to make three changes.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> 1. Create folder name based on "STD"
>>>>>>>>>>>>>>>>>>>>> 2. Have just one pdf with all the reports.
>>>>>>>>>>>>>>>>>>>>> 3. Right now it is generating the name using "Offset"
>>>>>>>>>>>>>>>>>>>>> i suppose, Can we do a search for "Name" and then 
>>>>>>>>>>>>>>>>>>>>> generate.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Sun, Sep 28, 2014 at 8:58 PM, joseph camill <
>>>>>>>>>>>>>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Thank you for the file. It is very helpful. It
>>>>>>>>>>>>>>>>>>>>>> creates various PDF as per the Name, Is it possible to 
>>>>>>>>>>>>>>>>>>>>>> have just one pdf
>>>>>>>>>>>>>>>>>>>>>> with all the mark sheet.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Sun, Sep 28, 2014 at 7:06 PM, joseph camill <
>>>>>>>>>>>>>>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Thank you for the solution. I will check it and get
>>>>>>>>>>>>>>>>>>>>>>> back to you.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Thanks and regards,
>>>>>>>>>>>>>>>>>>>>>>> Joseph
>>>>>>>>>>>>>>>>>>>>>>> On Sep 27, 2014 3:43 PM, "Vaibhav Joshi" <
>>>>>>>>>>>>>>>>>>>>>>> v...@vabs.in> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Hey
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Chek attachment, just click on blue button & folder
>>>>>>>>>>>>>>>>>>>>>>>> name Test will be created on desktop & report card 
>>>>>>>>>>>>>>>>>>>>>>>> will be saved name wise
>>>>>>>>>>>>>>>>>>>>>>>> in PDF file..
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> if you get error getting pdf file ensure you have
>>>>>>>>>>>>>>>>>>>>>>>> installed extension from this link:
>>>>>>>>>>>>>>>>>>>>>>>> http://www.microsoft.com/en-in/download/details.aspx?id=9943
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Cheers!!
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> +++++
>>>>>>>>>>>>>>>>>>>>>>>> *I did not do this for you. God is here working
>>>>>>>>>>>>>>>>>>>>>>>> through me for you.*
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Sat, Sep 27, 2014 at 4:10 AM, joseph camill <
>>>>>>>>>>>>>>>>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> I am working on a project where I need to print
>>>>>>>>>>>>>>>>>>>>>>>>> 100 report card at a time either directly to a 
>>>>>>>>>>>>>>>>>>>>>>>>> printer or as PDF.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Attached is the example workbook. All my data will
>>>>>>>>>>>>>>>>>>>>>>>>> be entered in sheet named "Raw" and my output should 
>>>>>>>>>>>>>>>>>>>>>>>>> look like sheet named
>>>>>>>>>>>>>>>>>>>>>>>>> "Final".
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Is it possible to print it to PDF / printer
>>>>>>>>>>>>>>>>>>>>>>>>> without having to create number of sheets?
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Thank you in advance.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>>>>>> Joseph
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?
>>>>>>>>>>>>>>>>>>>>>>>>> And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join 
>>>>>>>>>>>>>>>>>>>>>>>>> official Facebook page
>>>>>>>>>>>>>>>>>>>>>>>>> of this forum @
>>>>>>>>>>>>>>>>>>>>>>>>> https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor
>>>>>>>>>>>>>>>>>>>>>>>>> thread titles, like Please Help, Urgent, Need Help, 
>>>>>>>>>>>>>>>>>>>>>>>>> Formula Problem, Code
>>>>>>>>>>>>>>>>>>>>>>>>> Problem, and Need Advice will not get quick attention 
>>>>>>>>>>>>>>>>>>>>>>>>> or may not be
>>>>>>>>>>>>>>>>>>>>>>>>> answered.
>>>>>>>>>>>>>>>>>>>>>>>>> 2) Don't post a question in the thread of another
>>>>>>>>>>>>>>>>>>>>>>>>> member.
>>>>>>>>>>>>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or
>>>>>>>>>>>>>>>>>>>>>>>>> bypassing any security measure.
>>>>>>>>>>>>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or
>>>>>>>>>>>>>>>>>>>>>>>>> bad.
>>>>>>>>>>>>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is
>>>>>>>>>>>>>>>>>>>>>>>>> not allowed.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a
>>>>>>>>>>>>>>>>>>>>>>>>> workbook. Forum owners and members are not 
>>>>>>>>>>>>>>>>>>>>>>>>> responsible for any loss.
>>>>>>>>>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>>>>>>>>>> You received this message because you are
>>>>>>>>>>>>>>>>>>>>>>>>> subscribed to the Google Groups "MS EXCEL AND VBA 
>>>>>>>>>>>>>>>>>>>>>>>>> MACROS" group.
>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving
>>>>>>>>>>>>>>>>>>>>>>>>> emails from it, send an email to
>>>>>>>>>>>>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
>>>>>>>>>>>>>>>>>>>>>>>> do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join 
>>>>>>>>>>>>>>>>>>>>>>>> official Facebook page of
>>>>>>>>>>>>>>>>>>>>>>>> this forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread
>>>>>>>>>>>>>>>>>>>>>>>> titles, like Please Help, Urgent, Need Help, Formula 
>>>>>>>>>>>>>>>>>>>>>>>> Problem, Code Problem,
>>>>>>>>>>>>>>>>>>>>>>>> and Need Advice will not get quick attention or may 
>>>>>>>>>>>>>>>>>>>>>>>> not be answered.
>>>>>>>>>>>>>>>>>>>>>>>> 2) Don't post a question in the thread of another
>>>>>>>>>>>>>>>>>>>>>>>> member.
>>>>>>>>>>>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or
>>>>>>>>>>>>>>>>>>>>>>>> bypassing any security measure.
>>>>>>>>>>>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or
>>>>>>>>>>>>>>>>>>>>>>>> bad.
>>>>>>>>>>>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is
>>>>>>>>>>>>>>>>>>>>>>>> not allowed.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a
>>>>>>>>>>>>>>>>>>>>>>>> workbook. Forum owners and members are not responsible 
>>>>>>>>>>>>>>>>>>>>>>>> for any loss.
>>>>>>>>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>>>>>>>>> You received this message because you are
>>>>>>>>>>>>>>>>>>>>>>>> subscribed to the Google Groups "MS EXCEL AND VBA 
>>>>>>>>>>>>>>>>>>>>>>>> MACROS" group.
>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving
>>>>>>>>>>>>>>>>>>>>>>>> emails from it, send an email to
>>>>>>>>>>>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do
>>>>>>>>>>>>>>>>>>>>> you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official 
>>>>>>>>>>>>>>>>>>>>> Facebook page of
>>>>>>>>>>>>>>>>>>>>> this forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread
>>>>>>>>>>>>>>>>>>>>> titles, like Please Help, Urgent, Need Help, Formula 
>>>>>>>>>>>>>>>>>>>>> Problem, Code Problem,
>>>>>>>>>>>>>>>>>>>>> and Need Advice will not get quick attention or may not 
>>>>>>>>>>>>>>>>>>>>> be answered.
>>>>>>>>>>>>>>>>>>>>> 2) Don't post a question in the thread of another
>>>>>>>>>>>>>>>>>>>>> member.
>>>>>>>>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or
>>>>>>>>>>>>>>>>>>>>> bypassing any security measure.
>>>>>>>>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not
>>>>>>>>>>>>>>>>>>>>> allowed.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a
>>>>>>>>>>>>>>>>>>>>> workbook. Forum owners and members are not responsible 
>>>>>>>>>>>>>>>>>>>>> for any loss.
>>>>>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>>>>>> You received this message because you are subscribed
>>>>>>>>>>>>>>>>>>>>> to the Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving
>>>>>>>>>>>>>>>>>>>>> emails from it, send an email to
>>>>>>>>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do
>>>>>>>>>>>>>>>>>>>> you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official 
>>>>>>>>>>>>>>>>>>>> Facebook page of
>>>>>>>>>>>>>>>>>>>> this forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread
>>>>>>>>>>>>>>>>>>>> titles, like Please Help, Urgent, Need Help, Formula 
>>>>>>>>>>>>>>>>>>>> Problem, Code Problem,
>>>>>>>>>>>>>>>>>>>> and Need Advice will not get quick attention or may not be 
>>>>>>>>>>>>>>>>>>>> answered.
>>>>>>>>>>>>>>>>>>>> 2) Don't post a question in the thread of another
>>>>>>>>>>>>>>>>>>>> member.
>>>>>>>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing
>>>>>>>>>>>>>>>>>>>> any security measure.
>>>>>>>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not
>>>>>>>>>>>>>>>>>>>> allowed.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook.
>>>>>>>>>>>>>>>>>>>> Forum owners and members are not responsible for any loss.
>>>>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>>>>> You received this message because you are subscribed to
>>>>>>>>>>>>>>>>>>>> the Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving
>>>>>>>>>>>>>>>>>>>> emails from it, send an email to
>>>>>>>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do
>>>>>>>>>>>>>>>>>>> you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official 
>>>>>>>>>>>>>>>>>>> Facebook page of
>>>>>>>>>>>>>>>>>>> this forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread
>>>>>>>>>>>>>>>>>>> titles, like Please Help, Urgent, Need Help, Formula 
>>>>>>>>>>>>>>>>>>> Problem, Code Problem,
>>>>>>>>>>>>>>>>>>> and Need Advice will not get quick attention or may not be 
>>>>>>>>>>>>>>>>>>> answered.
>>>>>>>>>>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing
>>>>>>>>>>>>>>>>>>> any security measure.
>>>>>>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not
>>>>>>>>>>>>>>>>>>> allowed.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook.
>>>>>>>>>>>>>>>>>>> Forum owners and members are not responsible for any loss.
>>>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>>>> You received this message because you are subscribed to
>>>>>>>>>>>>>>>>>>> the Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails
>>>>>>>>>>>>>>>>>>> from it, send an email to
>>>>>>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do
>>>>>>>>>>>>>>>>>> you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official 
>>>>>>>>>>>>>>>>>> Facebook page of
>>>>>>>>>>>>>>>>>> this forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread
>>>>>>>>>>>>>>>>>> titles, like Please Help, Urgent, Need Help, Formula 
>>>>>>>>>>>>>>>>>> Problem, Code Problem,
>>>>>>>>>>>>>>>>>> and Need Advice will not get quick attention or may not be 
>>>>>>>>>>>>>>>>>> answered.
>>>>>>>>>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing
>>>>>>>>>>>>>>>>>> any security measure.
>>>>>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not
>>>>>>>>>>>>>>>>>> allowed.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook.
>>>>>>>>>>>>>>>>>> Forum owners and members are not responsible for any loss.
>>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>>> You received this message because you are subscribed to
>>>>>>>>>>>>>>>>>> the Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails
>>>>>>>>>>>>>>>>>> from it, send an email to
>>>>>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
>>>>>>>>>>>>>>>>> wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook 
>>>>>>>>>>>>>>>>> page of this
>>>>>>>>>>>>>>>>> forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread
>>>>>>>>>>>>>>>>> titles, like Please Help, Urgent, Need Help, Formula Problem, 
>>>>>>>>>>>>>>>>> Code Problem,
>>>>>>>>>>>>>>>>> and Need Advice will not get quick attention or may not be 
>>>>>>>>>>>>>>>>> answered.
>>>>>>>>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing
>>>>>>>>>>>>>>>>> any security measure.
>>>>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not
>>>>>>>>>>>>>>>>> allowed.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook.
>>>>>>>>>>>>>>>>> Forum owners and members are not responsible for any loss.
>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>> You received this message because you are subscribed to
>>>>>>>>>>>>>>>>> the Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails
>>>>>>>>>>>>>>>>> from it, send an email to
>>>>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout
>>>>>>>>>>>>>>>>> .
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
>>>>>>>>>>>>>>>> wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook 
>>>>>>>>>>>>>>>> page of this
>>>>>>>>>>>>>>>> forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles,
>>>>>>>>>>>>>>>> like Please Help, Urgent, Need Help, Formula Problem, Code 
>>>>>>>>>>>>>>>> Problem, and
>>>>>>>>>>>>>>>> Need Advice will not get quick attention or may not be 
>>>>>>>>>>>>>>>> answered.
>>>>>>>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing any
>>>>>>>>>>>>>>>> security measure.
>>>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not
>>>>>>>>>>>>>>>> allowed.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook.
>>>>>>>>>>>>>>>> Forum owners and members are not responsible for any loss.
>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>>>>> Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails
>>>>>>>>>>>>>>>> from it, send an email to
>>>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
>>>>>>>>>>>>>>> wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook 
>>>>>>>>>>>>>>> page of this
>>>>>>>>>>>>>>> forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles,
>>>>>>>>>>>>>>> like Please Help, Urgent, Need Help, Formula Problem, Code 
>>>>>>>>>>>>>>> Problem, and
>>>>>>>>>>>>>>> Need Advice will not get quick attention or may not be answered.
>>>>>>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing any
>>>>>>>>>>>>>>> security measure.
>>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not
>>>>>>>>>>>>>>> allowed.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook.
>>>>>>>>>>>>>>> Forum owners and members are not responsible for any loss.
>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>>>> Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails
>>>>>>>>>>>>>>> from it, send an email to
>>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
>>>>>>>>>>>>>> wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page 
>>>>>>>>>>>>>> of this
>>>>>>>>>>>>>> forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles,
>>>>>>>>>>>>>> like Please Help, Urgent, Need Help, Formula Problem, Code 
>>>>>>>>>>>>>> Problem, and
>>>>>>>>>>>>>> Need Advice will not get quick attention or may not be answered.
>>>>>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing any
>>>>>>>>>>>>>> security measure.
>>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not
>>>>>>>>>>>>>> allowed.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook. Forum
>>>>>>>>>>>>>> owners and members are not responsible for any loss.
>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>>> Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails from
>>>>>>>>>>>>>> it, send an email to
>>>>>>>>>>>>>> excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  --
>>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
>>>>>>>>>>>>> wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page 
>>>>>>>>>>>>> of this
>>>>>>>>>>>>> forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>>
>>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>>
>>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles,
>>>>>>>>>>>>> like Please Help, Urgent, Need Help, Formula Problem, Code 
>>>>>>>>>>>>> Problem, and
>>>>>>>>>>>>> Need Advice will not get quick attention or may not be answered.
>>>>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing any
>>>>>>>>>>>>> security measure.
>>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>>>>>>>>>>
>>>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook. Forum
>>>>>>>>>>>>> owners and members are not responsible for any loss.
>>>>>>>>>>>>> ---
>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>> Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails from
>>>>>>>>>>>>> it, send an email to excel-macros+unsubscr...@googlegroups.com
>>>>>>>>>>>>> .
>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>>> Visit this group at
>>>>>>>>>>>>> http://groups.google.com/group/excel-macros.
>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  --
>>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
>>>>>>>>>>>> wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page 
>>>>>>>>>>>> of this
>>>>>>>>>>>> forum @ https://www.facebook.com/discussexcel
>>>>>>>>>>>>
>>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>>
>>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles,
>>>>>>>>>>>> like Please Help, Urgent, Need Help, Formula Problem, Code 
>>>>>>>>>>>> Problem, and
>>>>>>>>>>>> Need Advice will not get quick attention or may not be answered.
>>>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing any
>>>>>>>>>>>> security measure.
>>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>>>>>>>>>
>>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook. Forum
>>>>>>>>>>>> owners and members are not responsible for any loss.
>>>>>>>>>>>> ---
>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>> Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails from
>>>>>>>>>>>> it, send an email to excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>>> Visit this group at http://groups.google.com/group/excel-macros
>>>>>>>>>>>> .
>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  --
>>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna
>>>>>>>>>>> be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this 
>>>>>>>>>>> forum @
>>>>>>>>>>> https://www.facebook.com/discussexcel
>>>>>>>>>>>
>>>>>>>>>>> FORUM RULES
>>>>>>>>>>>
>>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles, like
>>>>>>>>>>> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and 
>>>>>>>>>>> Need
>>>>>>>>>>> Advice will not get quick attention or may not be answered.
>>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing any
>>>>>>>>>>> security measure.
>>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>>>>>>>>
>>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook. Forum
>>>>>>>>>>> owners and members are not responsible for any loss.
>>>>>>>>>>> ---
>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>> Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>>> To unsubscribe from this group and stop receiving emails from
>>>>>>>>>>> it, send an email to excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>>> Visit this group at http://groups.google.com/group/excel-macros.
>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  --
>>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna
>>>>>>>>>> be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this 
>>>>>>>>>> forum @
>>>>>>>>>> https://www.facebook.com/discussexcel
>>>>>>>>>>
>>>>>>>>>> FORUM RULES
>>>>>>>>>>
>>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles, like
>>>>>>>>>> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and 
>>>>>>>>>> Need
>>>>>>>>>> Advice will not get quick attention or may not be answered.
>>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>>> 3) Don't post questions regarding breaking or bypassing any
>>>>>>>>>> security measure.
>>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>>>>>>>
>>>>>>>>>> NOTE : Don't ever post confidential data in a workbook. Forum
>>>>>>>>>> owners and members are not responsible for any loss.
>>>>>>>>>> ---
>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>> Google Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>>>> send an email to excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>>> To post to this group, send email to
>>>>>>>>>> excel-macros@googlegroups.com.
>>>>>>>>>> Visit this group at http://groups.google.com/group/excel-macros.
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  --
>>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna
>>>>>>>>> be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this 
>>>>>>>>> forum @
>>>>>>>>> https://www.facebook.com/discussexcel
>>>>>>>>>
>>>>>>>>> FORUM RULES
>>>>>>>>>
>>>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles, like
>>>>>>>>> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and 
>>>>>>>>> Need
>>>>>>>>> Advice will not get quick attention or may not be answered.
>>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>>> 3) Don't post questions regarding breaking or bypassing any
>>>>>>>>> security measure.
>>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>>>>>>
>>>>>>>>> NOTE : Don't ever post confidential data in a workbook. Forum
>>>>>>>>> owners and members are not responsible for any loss.
>>>>>>>>> ---
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>>> send an email to excel-macros+unsubscr...@googlegroups.com.
>>>>>>>>> To post to this group, send email to excel-macros@googlegroups.com
>>>>>>>>> .
>>>>>>>>> Visit this group at http://groups.google.com/group/excel-macros.
>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>
>>>>>>>>
>>>>>>>>  --
>>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna
>>>>>>>> be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this 
>>>>>>>> forum @
>>>>>>>> https://www.facebook.com/discussexcel
>>>>>>>>
>>>>>>>> FORUM RULES
>>>>>>>>
>>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles, like
>>>>>>>> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
>>>>>>>> Advice will not get quick attention or may not be answered.
>>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>>> 3) Don't post questions regarding breaking or bypassing any
>>>>>>>> security measure.
>>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>>> 5) Jobs posting is not allowed.
>>>>>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>>>>>
>>>>>>>> NOTE : Don't ever post confidential data in a workbook. Forum
>>>>>>>> owners and members are not responsible for any loss.
>>>>>>>> ---
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>> send an email to excel-macros+unsubscr...@googlegroups.com.
>>>>>>>> To post to this group, send email to excel-macros@googlegroups.com.
>>>>>>>> Visit this group at http://groups.google.com/group/excel-macros.
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>  --
>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>>>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>>>>> https://www.facebook.com/discussexcel
>>>>>>
>>>>>> FORUM RULES
>>>>>>
>>>>>> 1) Use concise, accurate thread titles. Poor thread titles, like
>>>>>> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
>>>>>> Advice will not get quick attention or may not be answered.
>>>>>> 2) Don't post a question in the thread of another member.
>>>>>> 3) Don't post questions regarding breaking or bypassing any security
>>>>>> measure.
>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>> 5) Jobs posting is not allowed.
>>>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>>>
>>>>>> NOTE : Don't ever post confidential data in a workbook. Forum owners
>>>>>> and members are not responsible for any loss.
>>>>>> ---
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "MS EXCEL AND VBA MACROS" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to excel-macros+unsubscr...@googlegroups.com.
>>>>>> To post to this group, send email to excel-macros@googlegroups.com.
>>>>>> Visit this group at http://groups.google.com/group/excel-macros.
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>  --
>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>>>> https://www.facebook.com/discussexcel
>>>>>
>>>>> FORUM RULES
>>>>>
>>>>> 1) Use concise, accurate thread titles. Poor thread titles, like
>>>>> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
>>>>> Advice will not get quick attention or may not be answered.
>>>>> 2) Don't post a question in the thread of another member.
>>>>> 3) Don't post questions regarding breaking or bypassing any security
>>>>> measure.
>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>> 5) Jobs posting is not allowed.
>>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>>
>>>>> NOTE : Don't ever post confidential data in a workbook. Forum owners
>>>>> and members are not responsible for any loss.
>>>>> ---
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "MS EXCEL AND VBA MACROS" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to excel-macros+unsubscr...@googlegroups.com.
>>>>> To post to this group, send email to excel-macros@googlegroups.com.
>>>>> Visit this group at http://groups.google.com/group/excel-macros.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>  --
>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>> 2) Don't post a question in the thread of another member.
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>> 4) Acknowledge the responses you receive, good or bad.
>>> 5) Jobs posting is not allowed.
>>> 6) Sharing copyrighted material and their links is not allowed.
>>>
>>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>>> members are not responsible for any loss.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MS EXCEL AND VBA MACROS" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to excel-macros+unsubscr...@googlegroups.com.
>>> To post to this group, send email to excel-macros@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/excel-macros.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at http://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.

Reply via email to