+ Reply to Thread
Results 1 to 4 of 4

copy paste row height

  1. #1
    Forum Contributor
    Join Date
    04-21-2010
    Location
    Budapest
    MS-Off Ver
    Excel 2010
    Posts
    155

    copy paste row height

    I am discouraged because i have two half solution but I can't mix them.
    From one sheet I have to copy the source chart to another sheet below each copy procedure.
    Everything is OK except that the row height in the destination is different from the source one.
    I upload the sample file illustrate the function.
    Please help me to mix the 2 part to the row height will be the same after each copy/paste.

    First part:
    Please Login or Register  to view this content.
    Second part:
    Please Login or Register  to view this content.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    11-02-2012
    Location
    Atlanta, Ga
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: copy paste row height

    If the second macro does what you need there is no need to merge them. You can run it after the first macro. To do this make a third master macro to run the first two in order:

    Sub Master()
    '
    ' Master Macro
    '
    ' Keyboard Shortcut: Ctrl+m
    '
    Call Macro1
    Call Macro2
    End Sub.

  3. #3
    Forum Contributor
    Join Date
    04-21-2010
    Location
    Budapest
    MS-Off Ver
    Excel 2010
    Posts
    155

    Re: copy paste row height

    Please run the macro in my attached sample file.
    The code is working fine but the height of the row in the destination is differ from the source one.
    I would like to try to find solution for this row height problem.
    The macro copy the content of sheet2 to sheet3 with 16 rows step (range below range).

  4. #4
    Forum Expert mike7952's Avatar
    Join Date
    12-17-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007, Excel 2016
    Posts
    3,520

    Re: copy paste row height

    Try this one macro for it all.

    Please Login or Register  to view this content.
    Last edited by mike7952; 11-03-2012 at 01:02 PM.
    Thanks,
    Mike

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.

+ 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