Postioning combo box

  • Thread starter Thread starter Noctos
  • Start date Start date
N

Noctos

when i use a macro which is supposed to copya combo box to a location
the macro does not paste the box to the right place it pastes it right
beside the original box. is there a way i can position the pasted
combobox to my desired location
 
Use combobox1.left and combobox1.top in your macro to define the position of
the top left corner of the new box.
 

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