https://bugs.documentfoundation.org/show_bug.cgi?id=102210

--- Comment #18 from Aron Budea <ba...@caesar.elte.hu> ---
When it comes to interoperability, what is allowed in MSO should be allowed
either in compatibility mode (if that's possible), or converted to make a valid
name in LO.

In VBA subroutine names follow variable naming conventions, which are:
"Variable names must begin with an alphabetic character, must be unique within
the same scope, can't be longer than 255 characters, and can't contain an
embedded period or type-declaration character."
https://docs.microsoft.com/en-us/office/vba/language/glossary/vbe-glossary#variable
The characters:
https://docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/language-features/data-types/type-characters
https://docs.microsoft.com/en-us/office/vba/language/concepts/getting-started/visual-basic-naming-rules

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to