M
Mike
Hi. Someone helped me out with a macro to create an
oval. This oval currently has a transparent, green
background and a black line. Can someone tell me how to
make this oval have no fill and have a green line? Is
there somewhere in the excel/visual basic documentation
to find help with something like this in the future?
Here is the code:
Set myOval = .Parent.Shapes.AddShape(Type:=msoShapeOval, _
Top:=.Top, Left:=.Left,
Width:=.Width, Height:=.Height)
myOval.Fill.ForeColor.SchemeColor = 42
myOval.Fill.Transparency = 0.5
Thanks,
Mike.
oval. This oval currently has a transparent, green
background and a black line. Can someone tell me how to
make this oval have no fill and have a green line? Is
there somewhere in the excel/visual basic documentation
to find help with something like this in the future?
Here is the code:
Set myOval = .Parent.Shapes.AddShape(Type:=msoShapeOval, _
Top:=.Top, Left:=.Left,
Width:=.Width, Height:=.Height)
myOval.Fill.ForeColor.SchemeColor = 42
myOval.Fill.Transparency = 0.5
Thanks,
Mike.