Skip to content

Commit 9e24942

Browse files
committed
Change IsAssigned method scoping
1 parent 78c91ad commit 9e24942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VBAexpressions.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5795,7 +5795,7 @@ err_Handler:
57955795
IsArrayAllocated = False
57965796
End Function
57975797

5798-
Public Function IsAssigned(aVarName As String) As Boolean
5798+
Private Function IsAssigned(aVarName As String) As Boolean
57995799
IsAssigned = (LenB(P_SCOPE.VarValue(aVarName)) > 0)
58005800
End Function
58015801

0 commit comments

Comments
 (0)