Cant run macros

  • Thread starter Thread starter realmichaud
  • Start date Start date
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?
 
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
 
Back
Top