LibreOfficeDev 25.8 Help
YELg8‖Defines a subroutine.
eTB6g‖
[Private | Public] Sub name[(argument1 [As typename][, argument2[char][,...]])]
CUBak‖ ' statements
[Exit Sub]
AAbLp‖ ' statements
End Sub
AraEB‖ name: Name of the subroutine.
G5FAW‖ arguments: Optional parameters that you want to pass to the subroutine.