Skip to content

Commit

Permalink
fixed incorrect preprocessor unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
WaynePhillipsEA committed Jul 12, 2018
1 parent 18af41a commit e6da06f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ Public Function GetLongOrStringValue2(NameValue As tyNameValue) As Variant
Select Case VBA.VarType(VarName:=.Value)
Case VBA.VbVarType.vbString
GetLongOrStringValue = .Value
#If Not VBA7 Then
#If VBA7 = 0 Then
Case VBA.VbVarType.vbDouble
#Else
Case VBA.VbVarType.vbInteger
Expand Down

0 comments on commit e6da06f

Please sign in to comment.