+ Reply to Thread
Results 1 to 2 of 2

Changing font colour

Hybrid View

Peter Rump Changing font colour 09-28-2006, 12:45 PM
Stuie u dont really need a macro... 09-28-2006, 01:08 PM
  1. #1
    Registered User
    Join Date
    08-14-2005
    Posts
    5

    Changing font colour

    I want to be able to colour code a list of fixtures where each cell in a range shows either AWAY TO or HOME TO or NEUTRAL. I want AWAY to be red, HOME to be blue and NEUTRAL to be black. I have managed to create a macro to achieve this one column (out of 4) and one colour at a time, but being a novice I cannot work out how to do it in VBA so that I can do the whole job in one go.

    It obviously can be done so any help or advice will be appreciated.

    Peter Rump

  2. #2
    Forum Contributor Stuie's Avatar
    Join Date
    09-17-2006
    Location
    Suffolk, UK
    MS-Off Ver
    Excel 2003/2007
    Posts
    432
    u dont really need a macro unless u really want one but u can achieve this without..

    u cud use conditional formating on say cells A1:D10 but if u did it as a macro then i guess when ur selecting the colum 2 check u doing somethin like:

    range("a1:a10").select

    so u cud just make it

    range("a1:d10").select

    if not giv me an example and i will be able 2 c what 2 do but from what u said i wud change what i put above

+ 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