Calling Sub and Function procedures (VBA) | Microsoft Learn
https://learn.microsoft.com/en-us/office/vba/language/concepts/getting-started/calling-sub-and-function-procedures
OverviewCall Sub procedures with more than one argumentUse parentheses when calling function proceduresPass named argumentsSee also To call a Sub procedure from another procedure, type the name of the procedure and include v…Use a Sub procedure to organize other procedures so they are easier to understand and debug. In the following example, the Sub procedure Main calls the Sub procedure MultiBeep, passing the value 56 for its argument.
To call a Sub procedure from another procedure, type the name of the procedure and include v…Use a Sub procedure to organize other procedures so they are easier to understand and debug. In the following example, the Sub procedure Main calls the Sub procedure MultiBeep, passing the value 56 for its argument.
DA: 55 PA: 40 MOZ Rank: 27