Quote Originally Posted by NomakeWan View Post
Just a minor note, but Open Office isn't really supported anymore if I recall correctly. I moved to Libre Office so I could actually open modern Excel files.

84Elky, thanks for this! I'll give it a shot and see how it does with MAF stuff, should be fun.

EDIT: As for LibreOffice, it doesn't seem to work. The first error the macros throw is with a development function that was left in that lets you exit without saving. Once I removed that development function, the sheet loaded properly. But then when I select MAF or SD, it throws a BASIC runtime error 423 related to "value2" in ThisWorkbook.

So sadly, looks like it really will require real MS Office to run this unless the code gets refactored for compatibility.
Thanks for the feedback. Yes, it will unfortunately not run on any of the open source platforms (discontinued OpenOffice, LibreOffice, NeoOffice, ApacheOffice, etc.). This is because of differences in how MS integrates VBA and how other versions of BASIC are integrated in the open source. Also regrettable that MS is constantly changing programming standards that open source developers cannot keep up with! This is also the reason I cannot unfortunately do the same which would require multiple versions to support open source. Again, regretable.