https://bugs.documentfoundation.org/show_bug.cgi?id=124203
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Opening files saved as |FILESAVE XLSX: no auto-run |macro enabled excel |macro after round-trip, VBA | |error running "For Each ws | |In ThisWorkbook.Worksheets" | |after roundtrip CC| |[email protected] --- Comment #7 from Justin L <[email protected]> --- repro 7.5+ On open, the original file nicely unhides all sheets automatically, and the macros behind various buttons seem to work. Two immediately seen problems here after a save and reload. "AAA Calendar TEMPLATE.xlsm" REALLY depends on having Workbook_Open run on startup. Auto-run doesn't happen on the round-tripped file. Secondly, on the round-trip we get an error with For Each ws In ThisWorkbook.Worksheets while on the original document it runs fine. Why? -- You are receiving this mail because: You are the assignee for the bug.
