Hi experts;
I ahave a excell sheet. for trying the code i set the path like
objWrkBk = GetObject("C:\ABC.XLS")
Now i want that when i publish the project include this XLS file.
I copy the file in resources folder and give path as
objWrkBk = GetObject("/Resources/abc.XLS")
But exception occur.
Where i include the file which becomes the part of the application?
PLz guide me
Thanks