Excel VBA - How to draw lines & boxes on a Form ?

  • Thread starter Thread starter tmb
  • Start date Start date
T

tmb

I can't seem to find the 'Draw" menu in Excel VBA...

Am I correct in assuming that there is none?

And that the Frame is the only way to group stuff on a Form??

thanks
 
The frame is typical, but you can group some controls by using the GroupName.

If you want lines on the userform, I think lots of people use a label that's
really skinny--or use a picture of a line and then use that picture.
 
Back
Top