Use the HEX function in VBA
e.g. myHex = Hex(1234567890)
--
Regards,
Nigel
(E-Mail Removed)
"Madiya" <(E-Mail Removed)> wrote in message
news:8d312a94-fed7-422f-a6f3-(E-Mail Removed)...
> 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