webxcel
webxcel copied to clipboard
Handle Tools > Options > Editor > 'Require Variable Declaration'
This is an awesome project, thanks :-D
When running build.ps1, if Tools > Options > Editor > 'Require Variable Declaration' = True
then the project will have Option Explicit
x2 at the top of each file.
The obvious workaround is to un-check 'Require Variable Declaration'`
I'm not sure why Option Explicit
is added by VBA in the first place, I didn't put it there myself. Maybe the build script should strip it altogether?