How can we help you?

MyOffice Spreadsheet application does not support VBA macros created in Excel. Such macros cannot be run, debugged, renamed, their code edited, found via search, added to Favorites, or deleted.

To work with VBA macros, it is possible to automatically convert their code into a new macro command with similar code in Lua. With the new macro, you can perform the actions described in the section Macros in Lua.

The current version of MyOffice Spreadsheet does not support all methods available in VBA macros from Excel. If an unsupported method is found during the conversion process, all subsequent code will be commented out.

To optimize or create workaround solutions for missing methods, it is possible to rewrite the converted code yourself, taking into account the features of Lua syntax.

Was this helpful?
Yes
No
Previous
Macros in Lua