I need to invert a biminary number. Say my answer is 11010100 I want it to display as 00101011. The reason I need my answer to invert is for security of data in the field. After it is inverted each bit will be matched up in an excel spread sheet to determine what data is being displayed in the field. For now all I am after is how to code VB6 to invert the answer. I am very new so please keep it as simple as you can.

Also I am looking for any good books for VB6 to help me learn more. I am past "HELLO WORLD" but not by much. LOL.

Thanks Everyone,
George