View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Format Text Bar In Userform

Not using VBA. I thought I saw something done using API's but I couldn't find it.
You can create one out of labels, buttons and image controls if you want to spend the time.
I've seen postings that the VB (a separate application) can do that as it's forms
are a different type.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Benz"

wrote in message
I was wondering if it is possible to have the same type of textformating bar
or options that is at the top of Excel (Bold, Underline,Color,Size etc) in a
userform with a text box. Thank you to anyone that helps.