You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: