I am writing a VBA routine to communicate with a PLC using DDE Poke/Request. I am trying to do Bitwise AND/OR operations on some numbers that are 32 bits and signed.
I am using WorksheetFunction.Bitor and WorksheetFunction.Bitand however, they only work for positive and less than 10 bits numbers. Do you have a replacement to these functions to suggest me?
WorksheetFunction.Bitor
WorksheetFunction.Bitand
2.1m questions
2.1m answers
60 comments
57.0k users