1: 2: 3:
Sub RunMyFavMacro(sParam1 As String) MSG(sParam1) End Sub
Insert the below code and run this code instead.
Sub RunFavMac()
call RunMyFavMacro
End Sub