+ Reply to Thread
Results 1 to 17 of 17

Making a Rule?

Hybrid View

VinnySx Making a Rule? 08-29-2014, 08:59 PM
Tony Valko Re: Making a Rule? 08-29-2014, 09:02 PM
VinnySx Re: Making a Rule? 08-29-2014, 09:32 PM
VinnySx Re: Making a Rule? 08-29-2014, 09:47 PM
Tony Valko Re: Making a Rule? 08-29-2014, 10:34 PM
Vikas_Gautam Re: Making a Rule? 08-29-2014, 10:35 PM
boopathiraja Re: Making a Rule? 08-29-2014, 11:25 PM
VinnySx Re: Making a Rule? 08-30-2014, 07:27 AM
Tony Valko Re: Making a Rule? 08-30-2014, 09:31 AM
VinnySx Re: Making a Rule? 08-30-2014, 09:35 AM
Tony Valko Re: Making a Rule? 08-30-2014, 09:39 AM
VinnySx Re: Making a Rule? 08-30-2014, 09:55 AM
Tony Valko Re: Making a Rule? 08-30-2014, 10:01 AM
VinnySx Re: Making a Rule? 08-30-2014, 10:11 AM
Tony Valko Re: Making a Rule? 08-30-2014, 10:12 AM
VinnySx Re: Making a Rule? 08-30-2014, 10:16 AM
Tony Valko Re: Making a Rule? 08-30-2014, 10:18 AM
  1. #1
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: Making a Rule?

    For the last question.. Try this..

    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    If Target.Address = Range("A11").Address Then
    Target.Interior.ColorIndex = 4
    End If
    End Sub
    Copy this code and Press Alt + F11 then click "sheet1" on the tree structure on the left hand side..
    the paste the code there...
    now if you select the cell A11, the cell color will change to green..

    you can change the color by changing the color index no in the code..provided..
    Regards,
    Vikas Gautam
    Excel-buzz.blogspot.com

    Excel is not a matter of Experience, its a matter of Application.

    Say Thanks, Click * Add Reputation

  2. #2
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: Making a Rule?

    Try the below formula in conditional format, open the attachment select b6 and f2 and enter


    =CELL("ADDRESS")="$B$6"
    Attached Files Attached Files
    Click just below left if it helps, Boo?ath?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Making Rule work on Select Columns
    By shba in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-28-2013, 12:59 PM
  2. rule to turn off a rule
    By tiger10012 in forum Outlook Formatting & Functions
    Replies: 0
    Last Post: 02-13-2013, 12:44 PM
  3. AND IF OR rule
    By bibekpd in forum Excel General
    Replies: 5
    Last Post: 11-10-2010, 02:53 PM
  4. making a spreadsheet for student coursework making
    By spartan11chin in forum Excel General
    Replies: 17
    Last Post: 12-01-2009, 08:18 AM
  5. rule of 78?
    By aceee in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-03-2008, 08:25 AM

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