Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
VBA doesn't implement the XOR operator, neither has it a XOR function. Is
there an add-in or a referance I can use? I can write my own function, but I'd rather not. Regards, Roy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From VBA help on XOR
Xor Operator Used to perform a logical exclusion on two expressions. Syntax [result =] expression1 Xor expression2 The Xor operator syntax has these parts: Part Description result Optional; any numeric variable. expression1 Required; any expression. expression2 Required; any expression. Regards, Tom Ogilvy "Roy Barr" wrote in message ... VBA doesn't implement the XOR operator, neither has it a XOR function. Is there an add-in or a referance I can use? I can write my own function, but I'd rather not. Regards, Roy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Tom Ogilvy" schrieb im Newsbeitrag ... From VBA help on XOR Xor Operator Used to perform a logical exclusion on two expressions. Syntax [result =] expression1 Xor expression2 The Xor operator syntax has these parts: Part Description result Optional; any numeric variable. expression1 Required; any expression. expression2 Required; any expression. Regards, Tom Ogilvy "Roy Barr" wrote in message ... VBA doesn't implement the XOR operator, neither has it a XOR function. Is there an add-in or a referance I can use? I can write my own function, but I'd rather not. Regards, Roy |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
VBA doesn't implement the XOR operator, neither has it a XOR function
Where did you get that idea? Did you try Help for XOR? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |