PDA

View Full Version : Formula for converting 8 bit Hexadecimal into binaryi.e 32 bit in EXCEL. I mean if


chidayo
Mar 10, 2016, 08:39 AM
If I have an hexadecimal number as in 8 places e.g. 8E00AD01,
I want it converted into binary which will display as 32 bits using VBA

ebaines
Mar 10, 2016, 08:48 AM
Simply convert each hex digit into a 4-bit string. Pretty easy in using standard Excel formulas. Or you can use the "hex2bin" Excel function. Not sure about doing it in VBA.