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 have attempted to declare an array using WithEvents. You can declare as many individual variables as you like using WithEvents, but you cannot declare arrays that way.
Error ID: BC30476
To correct this error
- Declare the variables individually.
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.