+ Reply to Thread
Results 1 to 4 of 4

Find all rows of a color and copy those rows to a new worksheet

  1. #1
    hshayh0rn
    Guest

    Find all rows of a color and copy those rows to a new worksheet

    I have a workbook that contains a couple of different worksheets. One of the
    worksheets represents a master data sheet. I have a user that updates that
    sheet with project for the various groups within the company. All of the
    projects go on this single sheet. Right now what the user does is copy the
    projects from the master worksheet to the other departmental worksheets. I
    would like to automate the copy portion of her task. Currently the master
    worksheet is color coded by department. I would like to copy the projects
    based on their color to the appropriate department worksheet. My question has
    a couple of parts. Would it be easier to find all of the “blue” projects and
    simple replace the existing rows on the blue departments sheet or the way I
    would prefer to do it is find the blue projects, compare with the data
    currently on the blue worksheet and if it’s a new item then copy the entire
    row and paste that row on the blue worksheet.

    I’m looking for help with the code for this as well as what makes more sense.


  2. #2
    Ron de Bruin
    Guest

    Re: Find all rows of a color and copy those rows to a new worksheet

    You can try my Add-in to do the filter/Copy
    http://www.rondebruin.nl/easyfilter.htm

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "hshayh0rn" <[email protected]> wrote in message news:[email protected]...
    >I have a workbook that contains a couple of different worksheets. One of the
    > worksheets represents a master data sheet. I have a user that updates that
    > sheet with project for the various groups within the company. All of the
    > projects go on this single sheet. Right now what the user does is copy the
    > projects from the master worksheet to the other departmental worksheets. I
    > would like to automate the copy portion of her task. Currently the master
    > worksheet is color coded by department. I would like to copy the projects
    > based on their color to the appropriate department worksheet. My question has
    > a couple of parts. Would it be easier to find all of the "blue" projects and
    > simple replace the existing rows on the blue departments sheet or the way I
    > would prefer to do it is find the blue projects, compare with the data
    > currently on the blue worksheet and if it's a new item then copy the entire
    > row and paste that row on the blue worksheet.
    >
    > I'm looking for help with the code for this as well as what makes more sense.
    >




  3. #3
    hshayh0rn
    Guest

    Re: Find all rows of a color and copy those rows to a new workshee

    Wouldn't that require that any one looking at the schedule would also need
    this add in installed? There could be a hundred people who could potentially
    look at the schedule so having to ask everyone to install this add in
    wouldn't work. I really need to add some code that does what I need when the
    workbook is opened. Thanks for the suggestion though.

    "Ron de Bruin" wrote:

    > You can try my Add-in to do the filter/Copy
    > http://www.rondebruin.nl/easyfilter.htm
    >
    > --
    > Regards Ron de Bruin
    > http://www.rondebruin.nl
    >
    >
    > "hshayh0rn" <[email protected]> wrote in message news:[email protected]...
    > >I have a workbook that contains a couple of different worksheets. One of the
    > > worksheets represents a master data sheet. I have a user that updates that
    > > sheet with project for the various groups within the company. All of the
    > > projects go on this single sheet. Right now what the user does is copy the
    > > projects from the master worksheet to the other departmental worksheets. I
    > > would like to automate the copy portion of her task. Currently the master
    > > worksheet is color coded by department. I would like to copy the projects
    > > based on their color to the appropriate department worksheet. My question has
    > > a couple of parts. Would it be easier to find all of the "blue" projects and
    > > simple replace the existing rows on the blue departments sheet or the way I
    > > would prefer to do it is find the blue projects, compare with the data
    > > currently on the blue worksheet and if it's a new item then copy the entire
    > > row and paste that row on the blue worksheet.
    > >
    > > I'm looking for help with the code for this as well as what makes more sense.
    > >

    >
    >
    >


  4. #4
    Ron de Bruin
    Guest

    Re: Find all rows of a color and copy those rows to a new workshee

    Hi hshayh0rn

    Insert a column with a formula from this site
    http://www.xldynamic.com/source/xld.ColourCounter.html

    Then use code form this page to do the copy
    http://www.rondebruin.nl/copy5.htm

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "hshayh0rn" <[email protected]> wrote in message news:[email protected]...
    > Wouldn't that require that any one looking at the schedule would also need
    > this add in installed? There could be a hundred people who could potentially
    > look at the schedule so having to ask everyone to install this add in
    > wouldn't work. I really need to add some code that does what I need when the
    > workbook is opened. Thanks for the suggestion though.
    >
    > "Ron de Bruin" wrote:
    >
    >> You can try my Add-in to do the filter/Copy
    >> http://www.rondebruin.nl/easyfilter.htm
    >>
    >> --
    >> Regards Ron de Bruin
    >> http://www.rondebruin.nl
    >>
    >>
    >> "hshayh0rn" <[email protected]> wrote in message news:[email protected]...
    >> >I have a workbook that contains a couple of different worksheets. One of the
    >> > worksheets represents a master data sheet. I have a user that updates that
    >> > sheet with project for the various groups within the company. All of the
    >> > projects go on this single sheet. Right now what the user does is copy the
    >> > projects from the master worksheet to the other departmental worksheets. I
    >> > would like to automate the copy portion of her task. Currently the master
    >> > worksheet is color coded by department. I would like to copy the projects
    >> > based on their color to the appropriate department worksheet. My question has
    >> > a couple of parts. Would it be easier to find all of the "blue" projects and
    >> > simple replace the existing rows on the blue departments sheet or the way I
    >> > would prefer to do it is find the blue projects, compare with the data
    >> > currently on the blue worksheet and if it's a new item then copy the entire
    >> > row and paste that row on the blue worksheet.
    >> >
    >> > I'm looking for help with the code for this as well as what makes more sense.
    >> >

    >>
    >>
    >>




+ 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