VBEX
                                
                                 VBEX copied to clipboard
                                
                                    VBEX copied to clipboard
                            
                            
                            
                        Office 2018 Nov 2018 - Does not compile
The instructions for compiling this addin do not work as of Nov 12 2018. Using Office 365 (2016) 64 bit.
I changed the powershell execution policy to allow unrestricted running however for each source file I received a dialog box asking me to unblock the file.
PS C:\WINDOWS\system32> get-executionpolicy
Unrestricted
PS C:\WINDOWS\system32> G:\Download\Microsoft\Visual Basic stuff\VBEX-master\VBEX-master\Make.ps1
Will Build G:\Download\Microsoft\Visual Basic stuff\VBEX-master\VBEX-master\VBEXsrc.xlam
Converting 57 files to CRLF
The property 'Name' cannot be found on this object. Verify that the property exists and can be set.
At G:\Download\Microsoft\Visual Basic stuff\VBEX-master\VBEX-master\Build.ps1:64 char:5
+     $prj.Name = $name
+     ~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound
 
=> Building VBProject VBEXsrc:
==> Importing 57 Modules:
---> G:\Download\Microsoft\Visual Basic stuff\VBEX-master\VBEX-master\src\Applicable.cls
You cannot call a method on a null-valued expression.
At G:\Download\Microsoft\Visual Basic stuff\VBEX-master\VBEX-master\Build.ps1:70 char:9
+         $prj.VBComponents.Import($moduleFile)
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
Hi. Sorry about that. I don’t actively support this project anymore, but would be happy to evaluate pull requests.
Missing the module defIterable.bas which is referenced in the following classes: List Frame SqlResult Str
Is it possible to include the defIterable.bas module or has it been replaced and not updated?