+ Reply to Thread
Results 1 to 4 of 4

Macro Paste data in next column instead of next row below

  1. #1
    Registered User
    Join Date
    05-28-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    73

    Macro Paste data in next column instead of next row below

    Instead of pasting to the next row the macro pastes to next column and the format is not the same.


    Please Login or Register  to view this content.

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Macro Paste data in next column instead of next row below

    If you want to keep the formats, change
    Please Login or Register  to view this content.
    to
    Please Login or Register  to view this content.
    to change from next column to next row, you basically need to swap everything where you have something like:
    Please Login or Register  to view this content.
    to
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    05-28-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    73

    Re: Macro Paste data in next column instead of next row below

    When I save all the values change in my new sheet. May have forgot to mention that I am copying a value that is a result of a formula from that cell. It also skips five lines before pasting in new set of data.
    Last edited by jh51745; 05-31-2013 at 01:33 PM.

  4. #4
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Macro Paste data in next column instead of next row below

    ok, keep the method you had and use
    Please Login or Register  to view this content.
    as well to move the formats across.

    Not sure about skipping the lines, can you post the code after you have changed it?

+ 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