Thread: userform
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default userform

If you need to place controls on the form, you are stuck with the
limitations of regular user forms. If you simply need a shape
with text on it, try using one of the shape objects from the
Drawing command bar.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Tim" wrote in message
...
HEllo All,

Is there a way to create a userform beyond what the VB
editor has to offer. I would like to make a form that is
not square......from an image. I am creating someting
that asks kids questions and I would like my userform to
be in the shape of a drawn cartoon character.

Thanks in advance.