Is there a way to avoid that the hidden Excel window will be shown when another instance is opened / attached externally? Example: #include <Excel.au3>
#include "..\Office\Outlook\OutlookEX.au3" ;adjust this path!
Global $hGUI = GUICreate("Test")
GUISetState()
Global $aField9[2] = [9, $xlTextForma...