Make a color current with the CECOLOR system variable
 
 
 

This example sets the color Red current with the CECOLOR system variable.

VB.NET

Application.SetSystemVariable("CECOLOR", "1")

C#

Application.SetSystemVariable("CECOLOR", "1");
VBA/ActiveX Code Reference