D
Digital2k
Hello Group,
I have a excel spreadsheet (2003) that has a wave file. I created a macro to
play the file.
I want to Protect the sheet. When I play the file when the sheet is lock I
get a Run-time error.
This is the macro:
Play Macro
ActiveSheet.Shapes("Object 100").Select
Selection.Verb Verb:=xlPrimary
Range("B8").Select
End Sub
When I select debug this is the line that is highlighted:
ActiveSheet.Shapes("Object 100").Select
Any help on this matter is appreciated.
Digital2k
I have a excel spreadsheet (2003) that has a wave file. I created a macro to
play the file.
I want to Protect the sheet. When I play the file when the sheet is lock I
get a Run-time error.
This is the macro:
Play Macro
ActiveSheet.Shapes("Object 100").Select
Selection.Verb Verb:=xlPrimary
Range("B8").Select
End Sub
When I select debug this is the line that is highlighted:
ActiveSheet.Shapes("Object 100").Select
Any help on this matter is appreciated.
Digital2k