View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sean_f sean_f is offline
external usenet poster
 
Posts: 16
Default Hexadecimal to Binary Conversion

hi all,

does anyone know how to convert from hexadecimal
00017fff
or
3

to binary
00000000000000010111111111111111
or
011

Many Thanks
sean