Here is an easier way:

? &H25CF
9679

so
d# = &H25CF
ActiveCell.value = chrw(d)

or

ActiveCell.Value = chrw(&H25CF)


--
Regards,
Tom Ogilvy


"Ken Johnson" <KenCJohnson@gmail.com> wrote in message
news:1138967516.851118.97990@f14g2000cwb.googlegroups.com...
> I know this isn't important, but I just noticed a little mistake I made
> in the working out of 25CF to 9679. The final result's correct, but the
> + 9 should have been + 15, since F = 15.
> Ken Johnson
>