Thread: Message Boxes.
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Message Boxes.

1)
not supported

2)
look in character map application (or in later versions of Excel, insert
symbol)

What does this do for you:

msgbox "water freezes at 0" & chr(176) & " degrees"


--
Regards,
Tom Ogilvy


"Donny" wrote in message
...
Two things i'm stuck on to do with message boxes are

1) How to make a part of a message stand out in bold or
colour.

2) How to use a degrees sign for celcius

Any ideas?

Thanks
Don Blackman