If there is a shared excel workbook (read-only/notify) that someone is using at the moment and when i try to open it, it asks me.
- I would like to open it as read-only
(highly important): i would not actually like to open the excel file in the background, but rather copy the data from the closed file. The reason being that the file is huge, and it takes almost 3-4 minutes to open.
Is there a way i can:
- open a workbook being used by another user;
- copy e.g. Column A into a new spreadsheet (I am only trying to copy info out from the workbook, into a newer one); and do it all while:
- without actually opening the file i am referencing in the background, since the file is so huge.
I am looking for a generic skeleton of the code.
-Thank you!