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.
 
Back
Top