On Thu, 27 Sep 2012, acichon89 wrote:
Any, even the simples code (just read the file, and write) causes my new excel file crashes when I want to load macros. My macros are in modules, when I try to load macros I got error in Microsoft Excel that cannot load the:
You need to open the HSSFWorkbook with the preserveNodes flag if you have things like macros. You may also need to bump up the memory you give to the system - preserving nodes takes more memory. It's a flag to HSSFWorkbook when you create
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
