Call ProcedureName
Call ProcedureName(argument1, argument2)
The explicit call syntax requires the Call
keyword and parentheses around the argument list; parentheses are redundant if there are no parameters. This syntax was made obsolete when the more modern implicit call syntax was added to VB.