LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

bring excel to front

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
0 Kudos
Message 1 of 4
(3,065 Views)
Try the Windows Utility tools from NI.

http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3EF4556A4E034080020E74861&p_node=DZ53008&p_submitted=N&p_rank=&p_answer=&p_source=External

Or, you can write some macro code in Excel utilizing the windows APIs and call it in Labview at appropriate time.

-Joe
0 Kudos
Message 2 of 4
(3,065 Views)
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.
0 Kudos
Message 3 of 4
(3,065 Views)
You can use ActiveX to do anything:-)
0 Kudos
Message 4 of 4
(3,065 Views)