Results 1 to 21 of 21

Search Multiple Columns and Rows - Show results in Multiple columns and rows

Threaded View

  1. #14
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: Search Multiple Columns and Rows - Show results in Multiple columns and rows

    Hi, Thanks for the reply, appreciate it..

    Quote Originally Posted by daffodil11 View Post
    The code in the most recent workbook features a Worksheet_Change event, so all sheet references are implied to the sheet the code is imbedded on.....
    .. I think I get that.. but this bit (In both your codes ) is still confusing me

    .Range("A" & i, Sheets("Data").Range("M" & i))

    Alan

    ...... accepting the bit about inmplicitly referencing the sheet in which the code is in, I would expect i t to look lkie this


    Sheets("Data").Range(Sheets("Data").Range("A" & i), Sheets("Data").Range("M" & i)),

    or if you were referencing the search sheet ( you are not ) then it would look like ( i thought)

    .Range ( .Range("A" & i) , .Range("M" & i))
    Last edited by Doc.AElstein; 08-11-2015 at 04:58 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 08-22-2014, 08:47 AM
  2. [SOLVED] VBA code to search multiple columns and delete any duplicate cells (not rows)
    By philmurp in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 06-16-2014, 03:27 PM
  3. Replies: 3
    Last Post: 01-21-2014, 05:15 PM
  4. Replies: 9
    Last Post: 12-15-2013, 10:05 PM
  5. search multiple columns and count number of rows the keywords appear
    By vincegc8 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-22-2013, 02:01 PM
  6. Search Multiple Columns and Rows and Return Row
    By rplute in forum Excel General
    Replies: 4
    Last Post: 02-21-2011, 10:58 PM
  7. Replies: 5
    Last Post: 08-16-2006, 02:05 PM

Tags for this Thread

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