View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Font to be larger in line of VBA

To extend Dave's answer with a possible workaround

MsgBox "Welcome " & Ucase(.UserName) & " to the File.", vbInformation

Not that attractive, but it would stand out.

--
Regards,
Tom Ogilvy


"Dave Peterson" wrote in message
...
Not in a msgbox.

Maybe you could design your own userform????

Corey wrote:

MsgBox "Welcome " & .UserName & " to the File.", vbInformation

Is there a Way to change the .Username to have a Larger or Bold Font?
I want to make this stand out MORE than the surrounding text.

Corey....


--

Dave Peterson