-
Hi Charlize-
That was it- Thanks! I should have tried just dimming it like the message box had notified me....
Your solution took care of another issue where I am looking for a variation of the original term-!
Thanks to you and Tommy I have a nice working little procedure!
[VBA]
For i = 1 To Lrow
For Each Item In Array("HAT", "FTWR", "BOOT", "BOOTW", "BOOTY")
If Cells(i, "F") = Item Or Cells(i, "G") = Item And _
Cells(i, "M").NumberFormat = "0.000" Then
Cells(i, "M").Interior.ColorIndex = 6 'search for PatternColorIndex
Cells(i, "M").NumberFormat = "# ?/?" '10.75 displays as 10 3/4
Exit For
End If
Next Item
Next i
[/VBA]
my site: www.ecboardco.com
was built w/ a majority of the assistance from the board members here... thanks VBAX.
Just because I see something, doesn't mean that what's actually happening is what I see.
You don't get from 0-90 by standing still!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules