Hi All,
I have an excel plugin. Once i open one of the menu in the custom plugin it populates data.
My usecase here is to modify the data and ‘save’ using another menu in the plugin.
I am trying to get the data from excel using ‘Use Excel activity’.Why i am using ‘Use Excel’ instead of workbook activity is because excel has to be open all the time.Issue here is while execution, once the control hits ‘Use Excel’ activity it stays there and no further action happening.It is on the running mode forever. In the same workbook if i create any new sheet and if i try to access the same then it is working. Also I am not facing any issue if i use workbook activity. Appreciate your help on this.