+ Reply to Thread
Results 1 to 12 of 12

Transfer certain amount of Columns from one sheet to Another

  1. #1
    Forum Contributor
    Join Date
    06-15-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    214

    Transfer certain amount of Columns from one sheet to Another

    I'm trying to transfer the first 13 Columns from the Master sheet to the System Master Sheet. I have the following code from a previous macro but I'm having a hard time making it convert. Does anybody have any Idea?

    Please Login or Register  to view this content.

  2. #2
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Transfer certain amount of Columns from one sheet to Another

    You are looping through column A ONLY

    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Transfer certain amount of Columns from one sheet to Another

    Please Login or Register  to view this content.

  4. #4
    Forum Contributor
    Join Date
    06-15-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    214

    Re: Transfer certain amount of Columns from one sheet to Another

    When I run the macro its having a problem with:

    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    06-15-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    214

    Re: Transfer certain amount of Columns from one sheet to Another

    Ok, last problem its copyin each row 13 times before moving onto the next value and its starting on Row 2 in the System Master sheet for pasting when it should start on row 1.

  6. #6
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Transfer certain amount of Columns from one sheet to Another

    This code loops through column A and if the cell is blank, it copies that cell up to column M.

    Please Login or Register  to view this content.

  7. #7
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Transfer certain amount of Columns from one sheet to Another

    If the aim is to loop through 13 columns and test each cell for a blank, it will take long to process it. It can quickly done by arrays, but only if you could attach a sample.

  8. #8
    Forum Contributor
    Join Date
    06-15-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    214

    Re: Transfer certain amount of Columns from one sheet to Another

    Ok, that worked but how do I get it to start pasting on Row 1 and not Row 2 on the System Master Sheet?

  9. #9
    Forum Contributor
    Join Date
    06-15-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    214

    Re: Transfer certain amount of Columns from one sheet to Another

    No its just to copy information from one sheet to another and its using column A as a reference to when to stop the loop since that field is always gonna be filled out.

  10. #10
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Transfer certain amount of Columns from one sheet to Another

    Please Login or Register  to view this content.

  11. #11
    Forum Contributor
    Join Date
    06-15-2013
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    214

    Re: Transfer certain amount of Columns from one sheet to Another

    Ok, that pushed it to start pasting on Row 4. I'm getting confused on what's happening.

  12. #12
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Transfer certain amount of Columns from one sheet to Another

    How?
    You are testing Sheets("Master") and copying in to Sheets("System Master").
    I do not see NR=1 is turned in to 4.

    Change this line in to 1 as you are looping through column A, not 13
    Please Login or Register  to view this content.

+ 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. URGENT! Please help! are navigating two columns and transfer results to other sheet
    By fodaftrykket in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-06-2011, 03:58 AM
  2. Replies: 2
    Last Post: 06-18-2011, 08:31 AM
  3. Replies: 1
    Last Post: 05-13-2010, 09:50 AM
  4. transfer of columns from one sheet to another
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-10-2006, 06:55 PM
  5. [SOLVED] transfer cell $ amount to other sheet month-to-month without overc
    By Colin2u in forum Excel General
    Replies: 1
    Last Post: 07-27-2005, 09:36 PM

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