That macro (with a variable declaration) will only work in slide show mode
when you click on a shape. Give a shape (or more than one) an action of run
macro and run the slide show - it will work then!
Hope that helps
John
"realmichaud" <(E-Mail Removed)> wrote in message
news:72B13D26-0918-40FA-AA59-(E-Mail Removed)...
>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?
|