Hi - Trying to set options around saving/loading files and need to use the GXLS.GXLSPLock, but getting an error whenever i reference it.
' This works
Dim a As Object
Set a = Application.COMAddIns("GXLSForm.GXLSFormula").Object
' this does not work
Dim b As Object
Set b =...