thedeadzeds
Active Member
- Joined
- Aug 16, 2011
- Messages
- 451
- Office Version
- 365
- Platform
- Windows
Hi Guys,
I have downloaded the pacman game for excel from the following site. These use to work fine but recently I am getting the following error message
https://www.exceltrick.com/interesting/excel-games-free-download/?
Runtime error 57121
I have gone to the trust centre and enabled the macros as per the above error but still no joy. The VBA code is as follows, not sure if maybe the shockwaveflash1 part is now out of date.
Sub Gameplay()
ActiveSheet.ShockwaveFlash1.Playing = True
End Sub
I have downloaded the pacman game for excel from the following site. These use to work fine but recently I am getting the following error message
https://www.exceltrick.com/interesting/excel-games-free-download/?
Runtime error 57121
I have gone to the trust centre and enabled the macros as per the above error but still no joy. The VBA code is as follows, not sure if maybe the shockwaveflash1 part is now out of date.
Sub Gameplay()
ActiveSheet.ShockwaveFlash1.Playing = True
End Sub