https://bugs.documentfoundation.org/show_bug.cgi?id=134504
--- Comment #4 from [email protected] ---
Created attachment 163333
--> https://bugs.documentfoundation.org/attachment.cgi?id=163333&action=edit
Form with 2 buttons
OPTION EXPLICIT
Option VBASupport 1
Public VarI AS Integer
Private VarS AS String
Sub Button1
MsgBox VarI
MsgBox VarS
VarI = 1
VarS = "One"
End Sub
Sub Button2
MsgBox VarI
MsgBox VarS
VarI = 2
VarS = "Two"
End Sub
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs