Description: Hi I have created a document in Excel which contains macros. I have give copies of these files to all my staff, some of whch are using the latest version of libreoffice (March 2019) The original file can be opened, and with the security set to low, use the file with all the macros and active x commands. After using the file, it is saved as "Excel 2007 - 2019 macros enabled" When I try to open the file again, either in Libre office calc or Excel 2013, the file opens but none of the macros or active x commands work. Steps to Reproduce: 1.Open Excel macro enabled file in Libre office 2.Edit 3.Save as Excel 2007 - 2019 macros enabled 4.Exit document 5.Re-open document in Excel or Libreoffice Actual Results: File opens but macros and active x commands not executed. All date is saved and accessible. Expected Results: All macros and Active x commands should work Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 150097 [details] Macro enabled excel Here is the template that we are using, created in Excel 2007 & 2013. This is then edited and saved in libre office as a "Excel 2007 - 2019 macros enabled". I noticed that the file size increases from around 500kb to 3,500kb (not sure if that has any significance, but thought it was worth mentioning) When reopened in Excel or Libreoffice the macros and active x commands stop working.
I can confirm with Version: 6.3.0.0.alpha1+ Build ID: 38ac0586448d4f07811b139f62f62686b029feba CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; after resave, all sheets are set as hidden and on sheet "Home page" are all buttons missing
In Version: 5.2.0.0.alpha0+ Build ID: 3ca42d8d51174010d5e8a32b96e9b4c0b3730a53 Threads 4; Ver: 4.15; Render: default; buttons are lost after resave; macro doesn't works in original version
Dear C Buffey, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
still repro in Version: 7.2.0.0.alpha1+ (x64) / LibreOffice Community Build ID: 31ed81ea71a20ec119805f66a42f99b3f80d2dc5 CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win Locale: ru-RU (ru_RU); UI: en-US Calc: threaded
*** Bug 142073 has been marked as a duplicate of this bug. ***
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?
(In reply to Justin L from comment #7) > On the round-trip we get an error with > For Each ws In ThisWorkbook.Worksheets The error is: BASIC runtime error 423. Property or method not found: Worksheets
Opening this in Word 2003, it looks like all of the sheets etc have been duplicated. There is ThisWorkbook and ThisWorkbook1.