+ Reply to Thread
Results 1 to 2 of 2

Formatting an object based on results of an equation

  1. #1
    Registered User
    Join Date
    02-26-2010
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Formatting an object based on results of an equation

    Hi all,

    I am trying to find a way to format the color of an object (auto shape) based on the results of an equation. Or based on the value in a cell.

    I have racked my brain and just can't see how to do it. Any clues?

    Thanks!

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Formatting an object based on results of an equation

    If you'd like the shape color to change based on the sheet's calculate event, you could use something like:
    Please Login or Register  to view this content.
    Otherwise, if you want to trigger the macro when a cell value is changed (whether it forces a recalculation or not) you could use the Worksheet's Change event:
    Please Login or Register  to view this content.
    You could even base the RGB color on the value of the cell with some modifications.

+ Reply to Thread

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