Originally posted by Mike Spragg
Try adding a button to the form. On it's click event do the above - see if it's actually the axFormChange that's the issue - as the .Color and .FontColor are correct. Also, to be sure, instead of using constants use :
chkVIP.Color = Application.BasicFunctions.StringToColor "Red"
|