+ Reply to Thread
Results 1 to 2 of 2

Macro Cell Formatting Problem

  1. #1
    Registered User
    Join Date
    09-10-2009
    Location
    Manila
    MS-Off Ver
    Excel 2003
    Posts
    2

    Unhappy Macro Cell Formatting Problem

    Range("D13").Select
    Selection.Copy


    Set wksPasteTo = ActiveWorkbook.Sheets("Summary")
    Set rngPasteTo = wksPasteTo.Range("B9")
    Do Until rngPasteTo = ""

    Selection.PasteSpecial Paste:=xlPasteFormulas, Operation:=xlNone, _
    SkipBlanks:=False, Transpose:=False


    Set rngPasteTo = rngPasteTo.Offset(1)

    Loop
    wksPasteTo.Paste rngPasteTo
    guys please help
    what i'm doing is copying the data from other sheet to the desired sheet. the extra functions are for it to paste in the next blank cell. the problem is i can't remove the source formatting using the pastespecial function (in red) my goal is to automatically paste them in destination format

    thanks!

  2. #2
    Registered User
    Join Date
    09-10-2009
    Location
    Manila
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Macro Cell Formatting Problem

    false alarm
    Last edited by Pleau; 09-10-2009 at 01:48 AM. Reason: false alarm

+ 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