Jump to content

Hiding process? is this possible?


Recommended Posts

Guys is it possible to create an automated sorting script that makes use of MS Excel without showing the Excel environment on my screen?

Like for example, I will run this exe file created from autoit then the exe file will have to make use of excel for sorting.

I want to hide the process happening on my screen and just wait for the results.

Thanks in advance

Link to comment
Share on other sites

Hide process? - Its impossible, or i don't know how to do it in autoit. In this case you can hide MS Excel window..

WinSetState("Excel", "", @SW_HIDE)
Edited by Vitas

_____________________________________________________________________________

Link to comment
Share on other sites

Guys is it possible to create an automated sorting script that makes use of MS Excel without showing the Excel environment on my screen?

Like for example, I will run this exe file created from autoit then the exe file will have to make use of excel for sorting.

I want to hide the process happening on my screen and just wait for the results.

Thanks in advance

If you use the _Excel* functions of the Excel.au3 UDF, there are parameters to open the workbook hidden. Look at _ExcelBookOpen() and the $f_visible parameter.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...