Userform

  • Thread starter Thread starter Uddinj1
  • Start date Start date
U

Uddinj1

Hi All,

How can I draw lines on userform, like the lines that seperates sections on
the option menu. Thanks for your help.

Regards

JU
 
Uddinj1 said:
Hi All,

How can I draw lines on userform, like the lines that seperates sections on
the option menu. Thanks for your help.

Hi JU,

There's no simple way to draw lines on a UserForm, but you can easily
simulate a line using a Label control. First put the Label control on the
UserForm. Delete the Caption, set the BorderStyle property to
1-fmBorderStyleSingle and set the Height to 1. Now you have something that
looks just like a line. You can adjust its width as needed and change the
color using the BorderColor property.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top