Method arguments must be enclosed in parentheses
The rules governing procedure calls are simpler in newer versions of Visual Basic. All arguments must be enclosed by parentheses.
Error ID: BC30800
To correct this error
Enclose the argument list in parentheses; for example:
MySub(ArrayIndex, NewValue)
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.