+ Reply to Thread
Results 1 to 3 of 3

Find, copy and paste from multiple sheets into one

  1. #1
    Registered User
    Join Date
    02-21-2007
    Posts
    8

    Find, copy and paste from multiple sheets into one

    Hi all,
    This is what im looking to do:
    I have the following data split into 269 sheets (67 rows on each sheet including the below headers):
    Column A = Lot Number
    Column B = Property Address
    Column C = Owner
    Column D = Owner Address

    Example data is
    Col A = LOT: 14 D/P: 1874
    Col B = 21 Foobar Way NORTH PERTH
    Col C = E Smith & J Johnson
    Col D = 17 Conner Way PERTH

    What i want to do is search through all 269 sheets for a value in Column B called NORTH PERTH and if found paste entire contents of each matched row (Col A to D) to a new sheet named NORTH PERTH

    Please let me know if you need further info

    Thanks for reading

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    Why have you got 269 sheets/ Can't you gather the data to one sheet then use a PivotTable?
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    07-30-2007
    Posts
    2

    Find, copy and paste from multiple sheets into ...

    you could use "For Each mySheet In Worksheets" or "For ii=1 to worksheets.count" to find values in all sheets, then insert the four columns into a new sheet.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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