--------------------------------------------
On Sun, 1/15/17, mintaspriggs via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ How to use Index Match for two different files
 To: excel-macros@googlegroups.com
 Date: Sunday, January 15, 2017, 10:49 AM
 
 
 --------------------------------------------
 On Sun, 1/15/17, libertystringer via MS EXCEL AND VBA MACROS
 <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ How to use Index Match for
 two different files
  To: excel-macros@googlegroups.com
  Date: Sunday, January 15, 2017, 10:03 AM
  
  
  --------------------------------------------
  On Sun, 1/15/17, julienneschindler via MS EXCEL AND VBA
  MACROS <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ How to use Index Match
 for
  two different files
   To: excel-macros@googlegroups.com
   Date: Sunday, January 15, 2017, 6:21 AM
   
   
   --------------------------------------------
   On Sun, 1/15/17, martinez.david533 via MS EXCEL AND
 VBA
   MACROS <excel-macros@googlegroups.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ How to use Index Match
  for
   two different files
    To: excel-macros@googlegroups.com
    Date: Sunday, January 15, 2017, 4:39 AM
    
    
    --------------------------------------------
    On Sun, 1/15/17, silvers.r via MS EXCEL AND VBA
  MACROS
    <excel-macros@googlegroups.com>
    wrote:
    
     Subject: Re: $$Excel-Macros$$ How to use Index
 Match
   for
    two different files
     To: excel-macros@googlegroups.com
     Date: Sunday, January 15, 2017, 4:25 AM
     
     
     --------------------------------------------
     On Sat, 1/14/17, Devendra Sahay <devendrasahanypt...@gmail.com>
     wrote:
     
      Subject: Re: $$Excel-Macros$$ How to use Index
  Match
    for
     two different files
      To: excel-macros@googlegroups.com
      Date: Saturday, January 14, 2017, 7:37 AM
      
      Hi Paul,
      Yes both columns have only one column, I just
      wanted to check howmany values ar availble in the
    dump
     using
      vlookup. 
      I just changed the column referrence in the code
      but its not running properly. 
      Thanks,Devendra
      On Fri, Jan 13, 2017
      at 5:57 PM, Paul Schreiner <schreiner_p...@att.net>
      wrote:
      I'm
      sorry.I'm
      not sure what you're trying to do!
      Your
      two attachments have a single column of data.They
      have (7) values in common, but I'm not sure what
  you
      want to do with them.What
      macro did you modify?
      
       Paul------------------------------
      -----------
      “Do all the good you
      can,
      By all the means you can,
      In all the ways you can,
      In all the places you can,
      At all the times you can,
      To all the people you can,
      As long as ever you can.” - John Wesley
      ------------------------------
      ----------- 
      
       
      
       On Friday,
      January 13, 2017 2:29 AM, Devendra Sahay <devendrasahanypt...@gmail.com
      > wrote:
        
      
       Hi Paul
      I tried to modify the code according
      to attached data set, but its not going
      through. Would you, please look into
      this. 
      Both details
      are extracted from ERP, So need to convert them
  as
    number
      before running the macro.
      On Tue, Jan 10, 2017 at 6:56 PM, Paul
      Schreiner <schreiner_p...@att.net>
     wrote:
      Yes,
      Excel/VBA has nearly unlimited flexibility.But
      I have no way of knowing what YOU think the
     possibilities
      are and what the columns potentially can be.
      I have applications in
      which I define variables for the
     different heading/column
      combinations.then write to these
      column numbers.That way, I can rearrange
  the output
     columns in
      any order and the report automatically writes to
    the
      appropriate column.
      but I have no way of determining what you
      want unless you can describe it in a way I can
      understand. Paul------------------------------
      -----------
      “Do all the good you can,
      By all the means you can,
      In
      all the ways you can,
      In all the places you
      can,
      At all the times you can,
      To all the people you can,
      As
      long as ever you can.” - John Wesley
      ------------------------------
      ----------- 
      
       
      
       On
      Tuesday, January 10, 2017 4:07 AM, Devendra Sahay
    <devendrasahanypt...@gmail.com
     >
      wrote:
        
      
       Hi Paul,
      Code is
      working fine, but can we make this code more
  flexible
    like
      It can identify the header name itself because
  right
    now
     its
      configured to first column as Order ID. Column
      header of "A" can be anything. If you can do so,
      would be really good because then we can use the
  same
    file
      for multiple data sets. 
      Thanks,Devendra
      
      
      On
      Mon, Jan 9, 2017 at 11:18 PM, Paul Schreiner
  <schreiner_p...@att.net>
     wrote:
      Take
      a look at the macros attached.See
      if it looks like what you envisioned, or at least
    gives
     you
      a starting point.
      Paul------------------------------
      -----------
      “Do
      all the good you can,
      By all the means you
      can,
      In all the ways you can,
      In all the places you can,
      At
      all the times you can,
      To all the people you
      can,
      As long as ever you can.” - John
      Wesley
      ------------------------------
      -----------
      
      
       
      
       On
      Monday, January 9, 2017 11:23 AM, Devendra Sahay
    <devendrasahanypt...@gmail.com
     >
      wrote:
        
      
       Paul,
      I mean to say first occurrence of the order id. 
      On
      Jan 9, 2017 9:51 PM, "Paul Schreiner" <schreiner_p...@att.net>
     wrote:
      First
      occurrence of... what?First
      occurrence of the  Order ID?customer
      ID?
      Is
      the data already sorted in the order by which you
    want to
      determine "first occurrence"?
      
      Paul------------------------------
      -----------
      “Do
      all the good you can,
      By all the means you
      can,
      In all the ways you can,
      In all the places you can,
      At
      all the times you can,
      To all the people you
      can,
      As long as ever you can.” - John
      Wesley
      ------------------------------
      -----------
      
      
       
        On Monday, January 9, 2017 11:06 AM,
      Devendra Sahay <devendrasahanypt...@gmail.com
     >
      wrote:
        
      
       Paul,
      Thanks for your reply. Can we extract the details
  of
    first
      occurrence. there might be some issues with the
    sample
      data, always the data will be unique and
      clean.
      On
      Jan 9, 2017 8:36 PM, "Paul Schreiner" <schreiner_p...@att.net>
     wrote:
      I'm
      not sure what RESULT you're expecting.
      For instance, Order ID #CA-2014-AB10015140-41954
      has two entries in the "Dump.xlsx" file.Row 40098
  is
     identical to row 40099 except for the
      Product related data (ID, Category, Sub-Cat,
  Name,
    Sales,
     Profit,
      Shipping)
      So, what do you wish to record in the
      Workbook2.xlsx file?
      Paul------------------------------
      -----------
      “Do
      all the good you can,
      By all the means you
      can,
      In all the ways you can,
      In all the places you can,
      At
      all the times you can,
      To all the people you
      can,
      As long as ever you can.” - John
      Wesley
      ------------------------------
      ----------- 
      
       
      
       On Saturday,
      January 7, 2017 10:42 PM, Devendra Sahay <devendrasahanypt...@gmail.com
     >
      wrote:
        
      
       Hi Team,
      Sorry for
      posting such a long query on the forum, but am
    working on
      few reports in which I have to write the Index
  match
     formula
      multiple times on daily basis. So am thinking to
    write a
      macro for this but as I am new to VBA, am not able
  to
    do
     so.
      If you guys can help me out here, would be really
      appreciated. 
      Scenario- 
      I have a dump file with the record
      in the columns & rows with headers. I have a
    another
      file in which I want to extract the details from
  the
    dump
      file in the respect of header & the
      value. The value (It could be number or the
      text), of which details I want to pull from dump
    file,
      always be in the first column in the workbook.
  and
    also
     the
      headers will be also the same in both workbook
  for
    easily
      map the data.
      
      
      Required
      Solution- 
      Code needs
      to be written in the workbook 2,where i want to
  map
    the
      values from dump. When I hit the run macro
  button,
    macro
      will open a dialogue box to select the file &
    after
      selecting the file, It starts the mapping of
      values. 
      Sharing both
      sample files, Dump & the Workbook2. 
      
      -- 
      
      With Regards
      !!!Devendra
      
      
      
      
      
      -- 
      
      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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://groups.google.com/
      group/excel-macros.
      
      For more options, visit https://groups.google.com/d/ optout.
      
      
      
      
      --
      
      
      With Regards
      !!!Devendra
      
      
      
      
      
      -- 
      
      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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://groups.google.com/
      group/excel-macros.
      
      For more options, visit https://groups.google.com/d/ optout.
      
      
      
      
      -- 
      
      With Regards
      !!!Devendra
      
      
      
      
      
      -- 
      
      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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://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+unsubscribe@
      googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://groups.google.com/
      group/excel-macros.
      
      For more options, visit https://groups.google.com/d/
      optout.
      
      
      
      
      -- 
      
      With Regards !!!Devendra
      
      
      
      
      
      -- 
      
      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
     https://groups.google.com/group/excel-macros.
      
      For more options, visit
     https://groups.google.com/d/optout.
      a mentinerea si perfectionarea cadrului democratic
  a
     contribuit si Parlamentul. Alegerile au fost
   organizate la
     anumite intervale  dar participarea la viata
   politica
     avea totusi un caracter restrans  fiind supusa
     constrangerilor votului cenzitar. Parlamentul a
   devenit
     cadrul unor importante dezbateri  ce au vizat
     directiile de dezvoltare ale tarii  incurajarea
     economiei  perfectionarea cadrului legislativ 
     sustinerea miscarii nationale a romanilor din
   provinciile
     aflate sub dominatia straina  mentinerea si
     consolidarea independentei nationale. Dezbaterile
   incepeau
     in cadru! forului legislativ cu mesajul
 tronului 
     pronuntat in luna noiembrie. Ele se prelungeau
 pana
   in
    luna
     martie a anului urmator si chiar spre vara  cand
 se
     formula raspunsul Corpurilor legiuitoare la mesaj
 si
     
     -- 
     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
     https://groups.google.com/group/excel-macros.
     For more options, visit
     https://groups.google.com/d/optout.n
    martie  1888   pe fondul luptei
    contra guvernului   s-a raspandit in
    
    -- 
    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
    https://groups.google.com/group/excel-macros.
    For more options, visit
    https://groups.google.com/d/optout.
   Partidul Totul pentru taraIon. C. Mota  C.
   Papanace  Gen. Gheorghe
 Cantacuzino-GraniceruCruciada
   Romanismului - Mihai Ste-lescu 1935 .
   
   -- 
   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
   https://groups.google.com/group/excel-macros.
   For more options, visit
   https://groups.google.com/d/optout.e
  linia Pitesti-Targoviste. Ea a anuntat  in aceiasi
  timp  ca era gata sa se apere in fata oricarui pericol
  extern. Ingerintele Rusiei  ca si amenintarile sale au
  dus la incordarea relatiilor romano-ruse. In randul a
  numerosi oameni politici de Bucuresti au inceput sa se
  manifeste puternice resentimente fata de Rusia  care
  era vazuta drept principalul inamic al Romaniei. Ulterior
  trupele ruse au fost retrase.
  
  -- 
  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
  https://groups.google.com/group/excel-macros.
  For more options, visit
  https://groups.google.com/d/optout. doua
 initiativa a Partidei nationale  muntene  explicit
 prezentata intr-o ratie de
 principii   era  semnificativ
 initulata  Actul de unire si inde-'enta .
 
 -- 
 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
 https://groups.google.com/group/excel-macros.
 For more options, visit
 https://groups.google.com/d/optout.impul cat s-a aflat in capitala Imperiului 
Habsburgic a fost folosit in primul

-- 
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 https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.

Reply via email to