View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
TotallyConfused TotallyConfused is offline
external usenet poster
 
Posts: 144
Default Lines in UserForm??

Thank you verymuch. Appreciate very much all your help.

"Chip Pearson" wrote:

Surprising, isn't it, that VBA/MSFORMS doesn't provide what must be
the simplest control that could possibly be designed. If I need a line
in a userform, I just use a Frame control, setting the caption to an
empty string, sizing it to as thick as I want the line and changing
the border style and back color to make it look good.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Thu, 24 Sep 2009 13:43:02 -0700, TotallyConfused
wrote:

I need to draw lines in a UserForm. How do I do this? Line is not an option
in the Form Tool box. Or am I now seeing it? Thank you in advance for any
help you can provide.