P
pechoi
Hi all,
I am trying to change forecolor in a label. This is what I am doing in
vba.
MsgBox label1.ForeColor
label1.ForeColor = 10
MsgBox label1.ForeColor
This prints out as I expected but actual forecolor at label (property)
does not change. Can I change that somehow in vba?
Thx
I am trying to change forecolor in a label. This is what I am doing in
vba.
MsgBox label1.ForeColor
label1.ForeColor = 10
MsgBox label1.ForeColor
This prints out as I expected but actual forecolor at label (property)
does not change. Can I change that somehow in vba?
Thx