Align text in adjacent Controls

  • Thread starter Thread starter Stuart
  • Start date Start date
S

Stuart

I cannot find a way to improve the presentation of a Userform ..... take
this example:

Email: abcd @xyz.co.uk where abcd is user input
into a textbox, and Email: and @xyz.co.uk are Labels.

Whatever I've tried, I can only align the two labels..... the
textbox data is always slightly above or below the alignment of the two
labels.

This must be a common occurrence. How to overcome it please?

Regards.
 
Stuart, A couple of options

Turn off the grid.
From the VBE menu choose Tools/Options/General.
Unchecking the "Align Controls to Grid" checkbox will allow you to move
controls independent of the grid.
Unchecking the "Show Grid" checkbox will hide the grid itself (these two
settings are independent).


You might also want to take a look at Stephen Bullen's VBE Tools add-in,
which allows you to 'nudge controls


http://www.oaltd.co.uk/VBETool­s/Default.htm



--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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