Thread
:
VBA Boolean
View Single Post
#
1
Posted to microsoft.public.excel.misc
Jeff
Posts: n/a
VBA Boolean
Hi
In VBA I set
X = (J<15)*8
where J=10, so the statement is true, but "X" is set = to "-8"
if True = 1 why is the 8 negative?
Reply With Quote