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.
You did not include the opening parenthesis "(" when you created a procedure declaration,
Sub mysample x // x should be enclosed within parentheses.
End Sub
or used the redim statement.
Redim x // x should be enclosed within parentheses.
To correct this error
- Add the left (opening) parenthesis "(".