webxcel icon indicating copy to clipboard operation
webxcel copied to clipboard

Handle Tools > Options > Editor > 'Require Variable Declaration'

Open Stevefb opened this issue 4 years ago • 1 comments

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'`

Stevefb avatar Oct 09 '19 04:10 Stevefb

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?

michaelneu avatar Dec 02 '19 19:12 michaelneu