Hi how can I bring excel to foreground when doing it not on the beginning. for example after having written some data in the sheet with activeX. I tried to set the application to visible later in the sequence but the excel windows remains in the taskbar although it is blinking. thanks for your help
Try the Excel application reference with the Property Node WindowState set to write -4137.
VBA: Application.WindowState = xlMinimized (-4140) and Application.WindowState = xlMaximized (-4137)
Michael Munroe Certified LabVIEW Developer www.abcdef.biz
Michael Munroe, CLD, CTD, MCP Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.0, now with a new Interactive Window Manager! Now supports full project automation using one-click custom macros or CLI.