+ Reply to Thread
Results 1 to 2 of 2

VB fill color code

  1. #1
    Registered User
    Join Date
    02-18-2005
    Posts
    44

    VB fill color code

    I am trying to add code to fill a cell background (fill color) with light green. What is the code for that? I am using the following code for the font color:
    Range("I" & Row).Font.ColorIndex = 3

    Thanks for any help.

  2. #2
    Registered User
    Join Date
    10-29-2004
    Posts
    8
    Range("G5").Select
    With Selection.Interior
    .ColorIndex = 50
    .Pattern = xlSolid
    End With

+ 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