セルの中の16進表記を10進(数値)に変換

10進数を16進数に変換

Dec2Hex = Hex(Dec)

16進数を10進数に変換

Hex2Dec = Val("&H" & Hex)

ネタ元