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.
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.