+ Reply to Thread
Results 1 to 5 of 5

Was wondering if this Macro could be adopted to work accrossed 3 column on 3 seprate sheet

  1. #1
    Valued Forum Contributor meabrams's Avatar
    Join Date
    10-03-2014
    Location
    USA
    MS-Off Ver
    2007, 2010, 2013, 2016
    Posts
    451

    Was wondering if this Macro could be adopted to work accrossed 3 column on 3 seprate sheet

    In looking through resent post I came a crossed this macro that I am wondering if it can be adopted to return what I need it to. Basically I have a macro currently that searches for match and it seems to run ok and return what I need it to but as the data lines grow I fear that it is going to take longer and longer to run.

    My current macro to look a crossed 3 different sheets and return only the number that do not show up on one or the other secondary list (there is a possibility that it could show up on both secondary lists)

    Please Login or Register  to view this content.

    The code I was wondering if it could be moded to do what I need
    Please Login or Register  to view this content.
    originally found on
    http://www.excelforum.com/excel-prog...ml#post4248495

    posted by sktneer

    Thank you for your help

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,654

    Re: Was wondering if this Macro could be adopted to work accrossed 3 column on 3 seprate s

    This should be fast.

    Please Login or Register  to view this content.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  3. #3
    Valued Forum Contributor meabrams's Avatar
    Join Date
    10-03-2014
    Location
    USA
    MS-Off Ver
    2007, 2010, 2013, 2016
    Posts
    451

    Re: Was wondering if this Macro could be adopted to work accrossed 3 column on 3 seprate s

    Thank you this has shaved down the time for my macros to run and show only the I need it to. Will this work if its a combination of letters and numbers in the columns that it looks in? I currently have all letters converting over to numbers in the columns that are looked in so it would be an elimination of unneeded macro running

    Example: A1234
    12345
    B2I32

  4. #4
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,654

    Re: Was wondering if this Macro could be adopted to work accrossed 3 column on 3 seprate s

    Yes it will work for letters and numbers.

    Add this one line for it to be case insensitive when comparing e.g.; A1234 will match a1234.
    Please Login or Register  to view this content.

  5. #5
    Valued Forum Contributor meabrams's Avatar
    Join Date
    10-03-2014
    Location
    USA
    MS-Off Ver
    2007, 2010, 2013, 2016
    Posts
    451

    Re: Was wondering if this Macro could be adopted to work accrossed 3 column on 3 seprate s

    Work Perfectly Thank You

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] how to seprate data from master sheet to process
    By Santhosh AMASL in forum Excel General
    Replies: 0
    Last Post: 01-28-2015, 09:00 AM
  2. [SOLVED] How to make the macro work for all rows in the work sheet
    By Valli nayaki in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-18-2013, 10:43 PM
  3. Replies: 1
    Last Post: 06-16-2010, 07:47 AM
  4. Replies: 2
    Last Post: 07-11-2006, 11:15 PM
  5. Replies: 2
    Last Post: 10-03-2005, 01:05 PM
  6. Having problem adding up column wondering if HLOOKUP is the cause
    By H in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-02-2005, 12:05 PM
  7. Emailing Page-breaks as seprate sheet
    By Murtaza in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-04-2005, 10:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1