R
Ryan
I have an integer where I want to shift the bits to the
left or to the right.
What is the VBA command to do that?
My integer is e.g.: 0000 0010 0000 0000
I want it to shift to: 0000 0100 0000 0000
left or to the right.
What is the VBA command to do that?
My integer is e.g.: 0000 0010 0000 0000
I want it to shift to: 0000 0100 0000 0000