Computer Science, asked by shimagbaa, 1 year ago

how parameters are handle by macro and subroutine?

Answers

Answered by Nitin404
2
In Excel Visual Basic, a set of commands to perform a specific task is placed into a procedure, which can be a Function procedure or a Sub procedure (also known as functions and subroutines).

The main difference between a VBA Function procedure and a Sub procedure is that a Function procedure returns a result, whereas a Sub procedure does not.

Similar questions