Hi , I want to read the excel file in background as my automation is background. In one of my requirement i used invoke code activity with vb.net code to read the excel and get the hyper link values from the respective cells. However the automation is failing as it is trying to open the excel bcz my automation is background .
Kindly suggest how i can read the excel in background so that i can incorporate the changes in my existing invoke code activity.
@Anil_G Thanks for the response .However applicationvarible.visible = false didnt worked .
Still getting the error saying - Exception has been thrown by the target of an invocation.
Can you please help here how to proceed further to resolve this issue ?