Hi,
I'm trying to let my TestAgent run Excel.
It creates a Excel process (seen in task manager).
But thats about it. It just hangs there doing nothing.
I have to use kill -f <PID> to terminate it.
I use CreateObject("Excel.Application") to create the instance.
Then I make it visible.
It's not suppose to be complicated.
The same code snippet works with VBScript thru Outlook.
I'd appreciate it if someone could give me a clue.
Thanks in advance,
Gudjon