Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excellent Tom are you an MVP?
-----Original Message----- 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 . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes
-- Regards, Tom Ogilvy "Donny" wrote in message ... Excellent Tom are you an MVP? -----Original Message----- 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 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error message boxes.... | Excel Discussion (Misc queries) | |||
Message boxes | Excel Discussion (Misc queries) | |||
Message Boxes | Excel Programming | |||
Message Boxes | Excel Programming | |||
Message Boxes. | Excel Programming |