Excel Application with Diffrent Thread Issue
I am using more that one excel applications in my automation, first excel file opened at the initial of the solution and second excel file which have VBA code (Macro) opened at the end of the solution.
Macro file has to work with first file to make some changes, but Pega consider this two files as different threads and due to this macro file unable to find first excel file because of different thread.
while running this macro manually (without Pega) its working fine, its consider only one thread, but same macro creating different thread with Pega.
screen shot attached for the same.