Excel VBA Opposite Boolean
|
Just trying to learn new tricks...
If i want to get the opposite of a number value I just stick a "-" negative symbol in front of the variable ... can i do something like that for a boolean?
I just thought it would be cool to be like blnValue = -(blnValue) rather than an if/then statement to check its value and set its new value... I could create a function, but maybe there is something already built in?
|
__________________
Josh
If Google = NoHelp Then PostHere = True
|