Private Sub Workbook_Open()
Sheets("LUNCH").Activate
ActiveSheet.Shapes("Piggy").Select
Selection.Verb Verb:=xlPrimary
End Sub
I've embedded Piggy.wav in the tab LUNCH in my workbook. I would like the sound to play on open. I get this error:
Item with the specified name wasn't found...