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 How do I bold certain words or letters in a Msgbox in Excel macro

That isn't supported in MsgBoxes.

--
Regards,
Tom Ogilvy


"TheGrimbler" wrote in message
...
How do I bold certain words or letters in output that an Excel Visual
Basic
macro produces? Example: Say, I want to bold or underline the word STOP
or
WAIT, then continue on with unbolded text.

I am using Excel 2000.

Thanks much.