Can Record Visual Basic Macros but Can Not Play them

E

ericmgould

I can record them fine...I see them in the visual basic editor but if I
try to run them I get this message:
Runtime error '32809'

Help?

This happens on any visual basic command but here is
the command I am executing is
MsgBox "The name of the active sheet is " & Worksheets("Genre
Graphs_Action").Name
 
Top