Hi everyone.
I need to use the excel spreadsheet with macros. However Cals give me error while opening this file. Anybody any idea? I tried to save under different format, but no success
The line VBASupport activates the interpreting the BASIC Code, but it doesnât help where there is no compatibility between the 2 systems.
Have you tried to find out, where it breaks? The usual hint here is using xray or mri
The name of the spreadsheet application in LibreOffice is âCalcâ.
The LibreOffice StarBasic+API macros and the Excel VBA macros are not compatible. It is better to rewrite all of the VBA macros based on the API functions of the LibreOffice.
Please upload a real spreadsheet document file together with the embedded macro code.
Thank you for a quick reply, I didn´t know about the incompatibility. It is a scrip written by third party - the manufacturer of the sound analyser I use. At the end it is not that big deal, that excel file just creates simple chart and report. Probably not really worth of messing around
You can find the file here:
https://drdecibel.egnyte.com/navigate/file/fb6a969f-56f6-43b0-8bc6-bcf21288024d
If you are curious to use the software, you might look at it a little more closely. The example you show here just looks like a language picker. You might be able to salvage the functionality that you want and just delete a lot of the code.