From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Give Excel the focus back

I've developed a program that captures data from a hardware device (scale, multiplexer, & a magna mike) and displays the output to Excel. When the user presses the 'Get Reading' button or preses the F5 key, the data is then transfared to Excel (which is OK), but I would like the focus to go back to Excel so the user knows what cell they are on. I've tried IsFrontmost, TopMost & NotTopMost, changed the Window settings to Floating and Modal and I can't get the focus to go back to Excel.

 

Any ideas on what I should look for?

 

- Eric

 

 

0 Kudos
Message 1 of 2
(2,049 Views)

You would have to use some windows dlls to be able to do that and even then Im not sure you will be able to accomplish what you want. A better way would be to have a table on your VI front panel and display the data there or you might be able to work with active X and embed the excel table in the front panel. I would use a labview table though.




Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 2
(2,032 Views)