Also need the conditionals
[vba]
Function WhichBit()
#If Win64 Then
WhichBit = True
#Else
WhichBit = False
#End If
End Function
Function WhichVBA()
#If VBA7 Then
WhichVBA = True
#Else
WhichVBA = False
#End If
End Function
[/vba]
Also need the conditionals
[vba]
Function WhichBit()
#If Win64 Then
WhichBit = True
#Else
WhichBit = False
#End If
End Function
Function WhichVBA()
#If VBA7 Then
WhichVBA = True
#Else
WhichVBA = False
#End If
End Function
[/vba]
____________________________________________
Nihil simul inventum est et perfectum
Abusus non tollit usum
Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
James Thurber