View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Madiya Madiya is offline
external usenet poster
 
Posts: 239
Default Convert numbers to HEX

Hi,
I am using excel to open a web page with a url.
All are fine except building a url where I need to convert contents of
cell to HEX.
All cell contents will be 10 digit numbers.
I have a url which will be appended with this HAX at the end.

Is there any way to convert this 10 digit numbers to HEX by VBA?

Regards,
Madiya