Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Filter specific cells by hughlighting

I am trying to filter 4 specific cells from an excel spreadsheet. The value
within the cell is similar to other values so I cannot sort by that alone. I
need to specifically sort by the cell (i.e. B8, B9, K8, K9).

Also, is it possible to simply have them "highlight" to show they are
selected?

Thank you so much for your help!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Filter specific cells by hughlighting

Set SortRange = Range("B8, B9, K8, K9")
SortRange.Interior.ColorIndex = 3

"bchase" wrote:

I am trying to filter 4 specific cells from an excel spreadsheet. The value
within the cell is similar to other values so I cannot sort by that alone. I
need to specifically sort by the cell (i.e. B8, B9, K8, K9).

Also, is it possible to simply have them "highlight" to show they are
selected?

Thank you so much for your help!

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
Filter with a specific character pgarcia Excel Discussion (Misc queries) 2 January 12th 10 03:59 PM
Copy only visible cells after filter is applied/ sum after filter MAM Excel Worksheet Functions 0 April 9th 08 04:09 AM
Continuous hughlighting of cells Duckpinot Excel Discussion (Misc queries) 6 January 21st 07 11:04 PM
How do i total a specific sum, using the filter? auntwanette New Users to Excel 3 July 10th 06 09:28 PM
Form a circle (ie. color specific cells) given specific radius David Excel Programming 5 April 11th 06 03:56 PM


All times are GMT +1. The time now is 12:38 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"