In a spreadsheet, I created several buttons that simply jump to a different tab when clicked. Here is the macro code:

Sub Jump1()
'
' Jump1 Macro


Sheets("Pt View Option1").Select
End Sub

It works fine for me, but when I sent it to my son and he runs it in his Excel (we both have version 2007), he gets runtime error 32809 (application or object defined error). Any ideas why it would not work for him? He does have macros enabled in his Trust Center Settings.