SysDupe123
Technical User
I'm trying to import a table from an Excel file. The problem is that the file is shared and I get an error saying it cannot decrypt the file. I tried to copy the file and import, but the shared status remains.
I then tried to just copy the worksheet I needed into a file and then import. That worked.
I'm trying to see if I can set that up programmatically so it is automated but I'm having a lot of trouble.
Now, I'm gettting Copy method of Worksheet class failed as an error and I don't know where to go from here.
Is there a way to be able to import the worksheet that I'm missing, maybe?
The file is an old file being used by another department that has been copying it forever, so they don't know the password to unshare it, so I cannot use that to get access to the data.
I then tried to just copy the worksheet I needed into a file and then import. That worked.
I'm trying to see if I can set that up programmatically so it is automated but I'm having a lot of trouble.
Now, I'm gettting Copy method of Worksheet class failed as an error and I don't know where to go from here.
Is there a way to be able to import the worksheet that I'm missing, maybe?
The file is an old file being used by another department that has been copying it forever, so they don't know the password to unshare it, so I cannot use that to get access to the data.