Prev: ODBC
Next: Highlight Rows
From: AccessUser777 via OfficeKB.com on 6 Apr 2010 16:59 Hi all. Here's my dilema: I have a spreadsheet with a lot of data (over 12k rows). Each row is colored (red, blue, yellow, gray) differently based on certain conditions and data type. What I want to do add a button with code behind it that will cut and paste all the rows with the same color to a different sheet (I'll want to end up with 4 different sheets). Is this possible (cutting and pasting based on the color of the row? ) Any help is appreciated. thanks. -- Message posted via http://www.officekb.com
From: Ron de Bruin on 6 Apr 2010 17:21 Hi AccessUser777 Download EasyFilter http://www.rondebruin.nl/easyfilter.htm There is a color filter option in it and a option to copy to a new workbook or sheet Excel 2007 and 2010 gave a built-in color filter -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "AccessUser777 via OfficeKB.com" <u44103(a)uwe> wrote in message news:a624634dcefdc(a)uwe... > Hi all. Here's my dilema: > I have a spreadsheet with a lot of data (over 12k rows). Each row is colored > (red, blue, yellow, gray) differently based on certain conditions and data > type. What I want to do add a button with code behind it that will cut and > paste all the rows with the same color to a different sheet (I'll want to end > up with 4 different sheets). Is this possible (cutting and pasting based on > the color of the row? ) Any help is appreciated. thanks. > > -- > Message posted via http://www.officekb.com >
From: Don Guillett on 6 Apr 2010 17:27 Tell us how the row became colored. If due to conditional formatting, what is the criteria? Or, manual, Or, by a macro. No mind readers here. -- Don Guillett Microsoft MVP Excel SalesAid Software dguillett(a)gmail.com "AccessUser777 via OfficeKB.com" <u44103(a)uwe> wrote in message news:a624634dcefdc(a)uwe... > Hi all. Here's my dilema: > I have a spreadsheet with a lot of data (over 12k rows). Each row is > colored > (red, blue, yellow, gray) differently based on certain conditions and data > type. What I want to do add a button with code behind it that will cut and > paste all the rows with the same color to a different sheet (I'll want to > end > up with 4 different sheets). Is this possible (cutting and pasting based > on > the color of the row? ) Any help is appreciated. thanks. > > -- > Message posted via http://www.officekb.com >
From: AccessUser777 via OfficeKB.com on 7 Apr 2010 09:20 This is Genius!!!! Is there a way to add a particular color to the EasyFilter list? Ron de Bruin wrote: >Hi AccessUser777 > >Download EasyFilter >http://www.rondebruin.nl/easyfilter.htm >There is a color filter option in it and a option to copy to a new workbook or sheet > >Excel 2007 and 2010 gave a built-in color filter > >> Hi all. Here's my dilema: >> I have a spreadsheet with a lot of data (over 12k rows). Each row is colored >[quoted text clipped - 3 lines] >> up with 4 different sheets). Is this possible (cutting and pasting based on >> the color of the row? ) Any help is appreciated. thanks. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.aspx/excel-programming/201004/1
From: AccessUser777 via OfficeKB.com on 7 Apr 2010 09:22
Hi Don, Thanks for your reply. The rows were manually colored. I found an AddIn from Ron de Bruin that does what I was looking to do. Thanks. Don Guillett wrote: >Tell us how the row became colored. If due to conditional formatting, what >is the criteria? Or, manual, Or, by a macro. No mind readers here. > >> Hi all. Here's my dilema: >> I have a spreadsheet with a lot of data (over 12k rows). Each row is >[quoted text clipped - 6 lines] >> on >> the color of the row? ) Any help is appreciated. thanks. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.aspx/excel-programming/201004/1 |