Proper Programing

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

Hello All,

I need some advice on proper coding practices. I am
creating a userform that will contain many text and combo
boxes. When should I use frames. It looks good having
each text or combo box in its' own frame, but is this
proper. Will the frames effect my tab stops. What is
the common or correct practice.

thanks in advance
 
Tim,

Generally speaking, you should use Frame controls to group
several related controls together, rather than putting each
control in its own Frame. Group together controls that are
logically or functionally related.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

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