A Sub procedure is a block of code that is executed in response to an event. By breaking the code in a module into Sub procedures, it becomes much easier to find or modify the code in your …
Read More »Procedure
Function Procedures
Function Procedures return values. you can use Function statement to write your own Function procedures. Like a Sub procedure, a Function procedure is a separate procedure that can take arguments, perform a series of statements, …
Read More »Property Procedures
Property procedures are the procedures that return values and also assign values to the property of objects. Visual Basic provides three kinds of property procedures, as described in the following table. Procedure Procedure Property Get Returns the …
Read More »