Log on/log off server
The Logon macro enables you to script a macro to return the user logon window:
Sub Logon() QAAMacro.Logon End Sub
The Logoff macro enables you to script a macro to automatically end the current
Q&A Excel session and log off the Infor BI Q&A
server:
Sub Logoff() QAAMacro.Logoff End Sub