How to set borderstyle on labels ?

  • Thread starter Thread starter SpookiePower
  • Start date Start date
S

SpookiePower

I know how to set the borderstyle on labels using the Properties
setting. But how can I set the borderstyle in VB ?

I guess this is how to do it -

label1.borderstyle = dots

But nothing happens



www.photo.activewebsite.dk
 
For a dotted border, set the BorderStyle property to 4.

See the help topic on the BorderStyle property, it lists the allowed
values - at least, it does in Access 2003 help. In the VBA editor, position
the insertion point anywhere within the word 'BorderStyle' and press F1.
 

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