You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to excellibrary
I am using some test code, that generates a XLS file, and emails it to
myself. Upon attempting to delete the XLS file, it fails because it
is still in use. I have tried to issues a
System.Runtime.InteropServices.Marshal.ReleaseComObject(obj) on
workbook_1 but it does not release the file so it can be removed.