Userform Layout

  • Thread starter Thread starter David
  • Start date Start date
D

David

Would like to copy some features of the built in userforms (Excel 2003)
In particular, on Tools/Options/View Tab:
How to achieve the 'frame like' layout with, for example, the folowing
graphic:
'Show -------------------------------------------------- ' (text & etched
line)
at the top of page.
I normally use a frame control, but when space is at a premium the style
above would be better. Maybe this style is available as a 'frame type'
control somewhere?
 
You can use labels and check boxes on a user form to design your own layout.
You might have to play around with it for a while, but you can pretty well
duplicate what is displayed in the Tools>Options>View tab. You can Google
the web for sites that have tutorials and articles on developing UserForms.
 
Back
Top