ንዑስ አረፍተ ነገር

ንዑስ አረፍተ ነገር መግለጫ

አገባብ

Sub Name[(VarName1 [As Type][, VarName2 [As Type][,...]])]

መግለጫ መከልከያ

End Sub

ደንቦች:

Name: Name of the subroutine.

VarName: Parameter that you want to pass to the subroutine.

አይነት: አይነት-መግለጫ ቁልፍ ቃል

ለምሳሌ:

Sub Example

    ' some statements

End Sub