+ Reply to Thread
Results 1 to 2 of 2

Paste Special Values but keep formatting and column widths

Hybrid View

drdavidge Paste Special Values but keep... 07-13-2006, 12:49 PM
Guest RE: Paste Special Values but... 07-13-2006, 01:00 PM
  1. #1
    Registered User
    Join Date
    07-07-2006
    MS-Off Ver
    Excel 2007
    Posts
    60

    Paste Special Values but keep formatting and column widths

    Hey, Is there a easy way to copy a sheet and Paste-Special -> Values into another sheet but also keep any font/colors/background colors and the column widths?

  2. #2
    Tom Ogilvy
    Guest

    RE: Paste Special Values but keep formatting and column widths

    cells.copy
    with worksheets("Sheet2").Cells
    .Pastespecial xlValues
    .Pastespecial xlFormats
    End with

    --
    Regards,
    Tom Ogilvy


    "drdavidge" wrote:

    >
    > Hey, Is there a easy way to copy a sheet and Paste-Special -> Values
    > into another sheet but also keep any font/colors/background colors and
    > the column widths?
    >
    >
    > --
    > drdavidge
    > ------------------------------------------------------------------------
    > drdavidge's Profile: http://www.excelforum.com/member.php...o&userid=36168
    > View this thread: http://www.excelforum.com/showthread...hreadid=561176
    >
    >


+ 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