Whenever I place Imports System.Xml
above the rest of the code I get an error:
BASIC syntax error. Expected: Sub.
And when I place it inside any of the Subs I get another error:
BASIC syntax error. Unexpected symbol: Stop.
Are we even able to use Imports
in the code in Open Office?
Or do I need to import in one of the menus?