N
Neil
Hi, I have a data stream coming into Excel, specifically
a 16 bit number whos int value would be between 0 &
65535, I want to be able to see what parts of the 16 bit
number are on and which are off, e.g. 0000000000000000,
are bits are off, 0001000000000000, bit 4 is on,
0011100000000000 bits 3,4,5 are all on. Is there an easy
way to do this in VBA ?
a 16 bit number whos int value would be between 0 &
65535, I want to be able to see what parts of the 16 bit
number are on and which are off, e.g. 0000000000000000,
are bits are off, 0001000000000000, bit 4 is on,
0011100000000000 bits 3,4,5 are all on. Is there an easy
way to do this in VBA ?