S
schaperot
Hi to all,
I wrote macros for excel.
For a reason I don't know, this excel macro file needs
VBA6.DLL in SYSTEM folder to run.
When someone tryes to run the macro without the VBA6.DLL,
the macro is crashing and after reloading on a PC with
VBA6.DLL, the macro always crashes.
Then, I need to open the file (without enabling macro), Copy
the data in clipboard, open a clean backup file, paste data in
the clean file and save it .
Here is the question
Why do I need VBA6.DLL ?
How to prevent file corruption when VBA6.DLL is not installed ?
Thanks for answers,
Stephane.
I wrote macros for excel.
For a reason I don't know, this excel macro file needs
VBA6.DLL in SYSTEM folder to run.
When someone tryes to run the macro without the VBA6.DLL,
the macro is crashing and after reloading on a PC with
VBA6.DLL, the macro always crashes.
Then, I need to open the file (without enabling macro), Copy
the data in clipboard, open a clean backup file, paste data in
the clean file and save it .
Here is the question
Why do I need VBA6.DLL ?
How to prevent file corruption when VBA6.DLL is not installed ?
Thanks for answers,
Stephane.