Is it possible to get the window handle of an excel object created earlier?
I am creating an excel object using:
I am creating an excel object using:
[ autoit ]
writing some stuff to it, but at some point I would like that window to be visible again, for user to see the written data, and then go back into hidden state again. I figured I could use the WinSetState function, but I need the win handle of that excel instance. Any ideas?