Results 1 to 15 of 15

Copy selection by colour to another workbook

Threaded View

durandal05 Copy selection by colour to... 07-20-2008, 07:47 AM
Richard Buttrey Hi, There was no pseudo... 07-20-2008, 08:49 AM
durandal05 maybe i edited out the... 07-20-2008, 09:24 AM
durandal05 i think what i need is a... 07-20-2008, 09:34 AM
durandal05 so i have the loop going... 07-20-2008, 09:40 AM
durandal05 ok i've sorted that loop so... 07-20-2008, 11:00 AM
Richard Buttrey Hi Andrew, Can you attach... 07-20-2008, 12:06 PM
durandal05 hi, sorry for the delay, i... 07-20-2008, 12:33 PM
  1. #1
    Registered User
    Join Date
    05-03-2008
    Posts
    57

    Copy selection by colour to another workbook

    I have this code:

    Sub Macro2()
    Selection.Copy Destination:=Sheets("Sheet2").Range("A1")
    With Selection.Interior
        .ColorIndex = 50
        .Pattern = xlSolid
    End With
    End Sub
    which works, copies selected cells, paste them to another workbook, and highlight the originals as a colour

    What i'd like is code that selects the rows from the list automatically, in groups of ten
    ( i posted some pseudo code here but the mod deleted it )


    i know one of you wizards could probably knock it out in 5 second flat!
    thanks for any help
    Last edited by durandal05; 07-20-2008 at 08:46 AM.

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