i have 2 sheets in my workbook, and im trying to create several macros that jump to certain cells on either sheet. however, they keep erroring out, and i'm not sure why

Sub first()
'
' first Macro
' first shift
'
' Keyboard Shortcut: Ctrl+f
'
Workbooks("macroGRL.xlt").Sheets("Guest Request Log").Range("B16").Select

End Sub

is my first macro. however it keeps erroring, targeting the specific cell reference (the entire line). i thought this was a pretty basic macro, so i dont understand why it is erroring out. i have several of these i'd like to do, so any help is appreciated