Results 1 to 3 of 3

Search cell with specify ColorIndex

Threaded View

  1. #1
    Registered User
    Join Date
    10-01-2009
    Location
    Manassas, VA
    MS-Off Ver
    Excel 2007
    Posts
    86

    Search cell with specify ColorIndex

    Range SearchRng is a predefined range that I have!

    If I want to search SearchRng for text "Test" then I would use this code

    Set rFind = SearchRng.Find("Test", LookIn:=xlValues, Lookat:=xlWhole, _
    SearchOrder:=xlNext, MatchByte:=True)
    However, instead of "Test", I want to find Cell with Interior.ColorIndex = 4

    Would you help please!?

    Thank you,

    NTB
    Last edited by NTB; 08-18-2011 at 02:52 PM.

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