Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm using the wait for idle function in macro code and reloading app through batch file. While the loading execution comes to 'wait for idle ' function line then the execution stops there stays idle.
Can anyone please let me know why it is happening ?
Thanks in advance
Can you try following
ActiveDocument.GetApplication.Sleep 1000
Vikas