answersLogoWhite

0

A procedure is a group of executable statements wrapped between a declaration statement and a matching End statement, the following are examples of valid VB procedures:

Sub

Function

Event Handler

Property Procedures

Operation Procedures

Generic Procedures

E.g

Private Sub ExampleProcedure()

<Code>

End Sub

User Avatar

Wiki User

14y ago

What else can I help you with?