Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Wil
 
Posts: n/a
Default Select or Filter by Fill Color

Hi,

Does anyone know how to select a range of rows/column while they were tagged
by Fill Color?
For example,
A1 to A3, and A10 to A15 have Fill Color Green
A4 to A6, and A7 to A9 have Fill Color Red
Then, I want to filter/select only the Red and paste the values in a
different workbook.

Is there any work-around to do these or a VBA script available that somebody
can share?

Thanks in advance.

-Wilfredo


  #2   Report Post  
CyberPhix
 
Posts: n/a
Default

Google Groups is our friend =)
Try this, its got tons of posabilities in it.

For Each cell In Selection
If cell.Interior.ColorIndex = 1 Then
[action]
End If
Next


-----Original Message-----
Hi,

Does anyone know how to select a range of rows/column

while they were tagged
by Fill Color?
For example,
A1 to A3, and A10 to A15 have Fill Color Green
A4 to A6, and A7 to A9 have Fill Color Red
Then, I want to filter/select only the Red and paste the

values in a
different workbook.

Is there any work-around to do these or a VBA script

available that somebody
can share?

Thanks in advance.

-Wilfredo


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change a cell's fill color dynamically? Arlen Excel Discussion (Misc queries) 2 January 22nd 05 09:51 PM
how can i select all the cells with same color on a sheet if there are multipale colors by vba code uobt Charts and Charting in Excel 1 December 15th 04 05:27 PM
Identifying the Active Fill Color Steve Conary Excel Discussion (Misc queries) 3 December 9th 04 04:45 AM
Inserts and color fill jules New Users to Excel 0 November 30th 04 05:27 AM
A different "Fill Color" problem JKD Excel Worksheet Functions 1 November 1st 04 10:21 PM


All times are GMT +1. The time now is 09:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"