Hi All
I have a spreadsheet that is a bunch of invoices on separate sheets this comes from a client.
This spreadsheet (.xlsx) is stable by itself, can open it and use it etc.
Now I have a excel tool (.xlsm) I'm trying to import the individual sheets into, that's all good and the code runs, basically it just checks a sheet name on the original file then copies everything from that sheet into a new sheet in the tool of the same name, simple stuff.
However, once it does that the tool saves (via VBA) and has a msgbox saying its completed the import code, so far all good. But when the code is finished completely and I have control over the excel tool again, 8 times out of 10 the excel tool (.xlsm) will hang and often crash excel altogether.
If you reopen the tool, its all there including the imported sheets etc, and its now stable and doesn't crash excel.
So my question, what could possible be in these imported sheets that would be causing something like this? For example I know it has images and links and all that messy stuff computer systems put into generated spreadsheet, could that be the issue?
Thanks in advance.
I have a spreadsheet that is a bunch of invoices on separate sheets this comes from a client.
This spreadsheet (.xlsx) is stable by itself, can open it and use it etc.
Now I have a excel tool (.xlsm) I'm trying to import the individual sheets into, that's all good and the code runs, basically it just checks a sheet name on the original file then copies everything from that sheet into a new sheet in the tool of the same name, simple stuff.
However, once it does that the tool saves (via VBA) and has a msgbox saying its completed the import code, so far all good. But when the code is finished completely and I have control over the excel tool again, 8 times out of 10 the excel tool (.xlsm) will hang and often crash excel altogether.
If you reopen the tool, its all there including the imported sheets etc, and its now stable and doesn't crash excel.
So my question, what could possible be in these imported sheets that would be causing something like this? For example I know it has images and links and all that messy stuff computer systems put into generated spreadsheet, could that be the issue?
Thanks in advance.