Відповіді:
Ви можете використовувати SetTitleMatchMode, 2 і використовувати частину заголовка вікна, наприклад: Excel, або ваше рішення з #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