I am looking to use the RGB values for a specific color (other than those in the 56 color palette) I have tried just using:
Case 45=Target.Interior.Color= RGB(102, 102, 255)
Case RGB(102, 102, 255= Target.Interior.Color= RGB(255, 255, 51)
But when i do this it reaches the first RGB and locks up...