kermitforney
Technical User
Have an issue trying to convert Int to Binary, reversing the result, then binary to decimal. So . . . 1(int) to 13(int).
Not familiar with VBA though. (
Basically I have a text box with an Invoice Number within . .
txtbox = Invoice#1802750
I have another textbox next to this one that I would like to have display the conversion. So . . .
txtbox1 = Invoice#1802750 textbox2 = 24088977
1802750=> Int2Binary=> Reverse Binary=> Binary2int txtbox1 textbox2
Any suggestions would be great . .thanks!!!
Not familiar with VBA though. (
Basically I have a text box with an Invoice Number within . .
txtbox = Invoice#1802750
I have another textbox next to this one that I would like to have display the conversion. So . . .
txtbox1 = Invoice#1802750 textbox2 = 24088977
1802750=> Int2Binary=> Reverse Binary=> Binary2int txtbox1 textbox2
Any suggestions would be great . .thanks!!!