12-20-2025, 11:41 PM
Code: (Select All)
Sub Red
Color _RGB(255, 0, 0)
End Sub
Sub Yellow
Color _RGB(255, 255, 0)
End Sub
Sub White
Color _RGB(255, 255, 255)
End Sub
So i figured one sub to handle any and all colour changes was cleaner....BUT YOU have again shown why your one of the giants we all stand on...
John

