Ok, then why does this:
Public Sub TestSetColor()
ThisDrawing.SetVariable "CECOLOR", acRed
End Sub
give an error?
David William Edwards
"Terry W. Dotson" wrote in message
news:3D81DD6C.E4A93EFF@dotsoft.com...
> David William Edwards wrote:
>
> > Is there anyway to set the Active Color with VBA?
>
> Something like ...
>
> ThisDrawing.SetVariable "CECOLOR",color
>
> Terry