+ Reply to Thread
Results 1 to 2 of 2

Cell must have other color by changing value what do I wrong

  1. #1
    Registered User
    Join Date
    04-03-2008
    Posts
    3

    Cell must have other color by changing value what do I wrong

    Sub KleurInCell()
    If ActiveCell.Value = "> 0 " Then
    ActiveCell.
    With Selection.Interior
    .ColorIndex = 6
    .Pattern = xlSolid
    End With
    End If
    End Sub

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,485
    Quote Originally Posted by bo123
    Sub KleurInCell()
    Please Login or Register  to view this content.
    Could be
    Please Login or Register  to view this content.
    Last edited by davesexcel; 04-08-2008 at 07:48 AM.

+ 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