S
Sasa
I was thinking about this problem and I need some help. Im
trying to make macro which will convert some binary
numbers into decimal numbers. The page looks like this:
0 0 0 0 0 1 1 0
0 0 0 0 1 0 0 1
0 1 0 0 0 0 0 1
0 0 0 1 0 0 1 1
0 0 0 1 0 1 0 1
etc.
And what I want is to convert all of the binary numbers
into decimal like:
6
9
65
19
21
etc.
Do you have any ideas?
Thank you for your help.
Regards.
Sasa
trying to make macro which will convert some binary
numbers into decimal numbers. The page looks like this:
0 0 0 0 0 1 1 0
0 0 0 0 1 0 0 1
0 1 0 0 0 0 0 1
0 0 0 1 0 0 1 1
0 0 0 1 0 1 0 1
etc.
And what I want is to convert all of the binary numbers
into decimal like:
6
9
65
19
21
etc.
Do you have any ideas?
Thank you for your help.
Regards.
Sasa