Get data without opening Excel?
Dear all, is there any way to copy the elements of a sheet without opening the Excel file?
Let say I have a Excel file saved in "C:/". And that Excel file has 2 Sheets. Now I want to copy the elements of the first sheet without opening it.
Generally I first open the Excel file using VBA and then copy the elements. However if Excel file is of large size, it takes lot of time to opening it. Therefore I thought it may be a better approach to get the data without opening it. Just like we can get data from DB by establishing a Connection.
Thanks for your help.