2009-08-31 10 views

Répondre

31

Essayez,

listbox1.IntegralHeight=false; 
listbox1.Height=some_int_number; 
11

Tout d'abord, définissez

listbox1.IntegralHeight = false; 
1

Pour VBA-code:

ActiveSheet.Shapes("ListBox1").ScaleWidth some_relate_numb, msoFalse, _  msoScaleFromTopLeft 

listbox1.IntegralHeight=false 

listbox1.Height=some_int_number 
Questions connexes