Você pode usar SetTitleMatchMode, 2 e usar uma parte do título da janela como: Excel ou sua solução com #IfWinActive ahk_class XLMAIN.
#IfWinActive ahk_class XLMAIN ; Start the Excel specific section
PgUp::Send, {(}
PgDn::Send, {)}
NumLock::Send, {=}
#IfWinActive , ; Close the Excel specific section