+ Reply to Thread
Results 1 to 3 of 3

Scan column for text and copy specific range thenpaste into diff column on diff sheet

  1. #1
    Registered User
    Join Date
    12-02-2012
    Location
    ny,ny
    MS-Off Ver
    Excel 2010
    Posts
    13

    Scan column for text and copy specific range thenpaste into diff column on diff sheet

    Found this code online and tried using it but i need to be able to only copy column B thru F on sheet "reiterated" then copy to column M on sheet "mastersheet". Im getting error now when i try changing code and running macro and i believe its because im copying entire row therefore it wont allow me to offset the pasting to column M. Any help would be appreciated.

    Please Login or Register  to view this content.

  2. #2
    Registered User
    Join Date
    08-26-2012
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    58

    Re: Scan column for text and copy specific range thenpaste into diff column on diff sheet

    Hi.....can you try this once....

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    12-02-2012
    Location
    ny,ny
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Scan column for text and copy specific range thenpaste into diff column on diff sheet

    I gave that a try to no avail. Am i crazy or am i just VBA impaired? It looks like your code is identical to mine except for the "application.screenupdating = false" and "application.screenupdating = true" at the beginning and end of the code. I tried to paste to column M in "MasterSheet" by changing "cells(r,1).select" to "cells(r,13).select"and i get same error..... error1.PNG. Or am i doing something completely wrong?

+ 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