R
realmichaud
I have a macro
Sub MakeGreen(oShp As Shape)
oShp.Fill.ForeColor.RGB = vbGreen
End Sub
but the run macro dialoge box does not even see it. i have created it from
the create macro, then filled in the rest of the code
does anyone know what I am doing wrong?
Sub MakeGreen(oShp As Shape)
oShp.Fill.ForeColor.RGB = vbGreen
End Sub
but the run macro dialoge box does not even see it. i have created it from
the create macro, then filled in the rest of the code
does anyone know what I am doing wrong?