{currenthelptext} {product} {helptype} {viewcore}
Example - AppActivate Statement
Sub Main () AppActivate "Microsoft Word" SendKeys "%F,%N,Cypress Enable",True Msg = "Click OK to close Word" MsgBox Msg AppActivate "Microsoft Word" SendKeys "%F,%C,N", True End Sub