Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)