Hello, I have the following chunk of code from 2010 and would like to know the equivalent in 2007.
Private Sub cmdPallet32_Click()
' show pallet button green - represents active pallet
Dim lngWhite As Long, lngGreen As Long
lngGreen = RGB(34, 177, 76)
lngWhite = RGB(255, 255, 255)...