+ Reply to Thread
Results 1 to 3 of 3

copy sheet while keeping column widths and row heights the same as the master sheet.

  1. #1
    Forum Contributor ANDREAAS's Avatar
    Join Date
    05-06-2013
    Location
    Port Elizabeth, South Africa
    MS-Off Ver
    Excel 2007 / 2010
    Posts
    368

    copy sheet while keeping column widths and row heights the same as the master sheet.

    Good Day All

    I am using
    Please Login or Register  to view this content.
    To copy my master sheet over to multiple sheets, however the copied sheets column width and row height differs from that of my master sheet.

    Please can anyone help to rectify that within the code i am using.

    Thanks in advance for any help offered. Really, Really appreciate you guys and gals

  2. #2
    Forum Contributor
    Join Date
    09-22-2013
    Location
    Sydney, Australia
    MS-Off Ver
    Office 2019
    Posts
    309

    Re: copy sheet while keeping column widths and row heights the same as the master sheet.

    Try
    Ws.Range("A1").PasteSpecial xlPasteColumnWidths
    Ws.Range("A1").PasteSpecial xlPasteRowHeights
    Ws.Range("A1").PasteSpecial xlPasteFormats

    (Formats does colours etc.)

    Mind you, I'm not that crash hot at this. but I've had a similar problem and use this to get around it!!

    Frankie

  3. #3
    Forum Contributor ANDREAAS's Avatar
    Join Date
    05-06-2013
    Location
    Port Elizabeth, South Africa
    MS-Off Ver
    Excel 2007 / 2010
    Posts
    368

    Re: copy sheet while keeping column widths and row heights the same as the master sheet.

    lol, turns out you are that crack at it. Thank you Frankie...works a charm....

+ 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. Display of row heights and column widths
    By Trafficman in forum Excel General
    Replies: 2
    Last Post: 04-04-2015, 10:45 AM
  2. Replies: 1
    Last Post: 09-15-2014, 01:03 PM
  3. Copy sheet then column widths change
    By tone640 in forum Excel General
    Replies: 4
    Last Post: 10-31-2011, 10:33 AM
  4. Replies: 1
    Last Post: 06-23-2006, 10:06 PM
  5. [SOLVED] Column widths & row heights
    By Tim in forum Excel General
    Replies: 2
    Last Post: 01-24-2006, 05:00 PM
  6. copy a sheet with all formats - column widths, etc?
    By Rich in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-26-2005, 05:06 PM
  7. how to copy sheets keeping defined column widths
    By garpavco in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-07-2005, 12:06 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