Hi All
I have an application wherein I am searching through large number of excel files names (in hundreds) . If the excel file name matches with Pattern provided, I am opening the excel , reading few columns from it and then closing the excel. The pattern which I am providing to look into excel file has upto 1500 permutations.
So in short , I am taking each pattern at one time , checking its availability in hundreds of excel file names and if it is present , I am opening excel, reading stuff and then closing excel.
This works good for some time , however After some time , when my LV application is running I am getting below error popup :
"Microsoft Excel is waiting for another application to complete an OLE action." This popup continues to come at very fast rate and remains there even if I exit LabVIEW.
If I am opening normal Excel file(and not through LaBVIEW) this issue is not observed.
I am attaching VI over here which I am using for reading excel.