2009-08-31 7 views

risposta

31

prova,

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

In primo luogo, impostare

listbox1.IntegralHeight = false; 
1

Per VBA-code:

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

listbox1.IntegralHeight=false 

listbox1.Height=some_int_number 
Problemi correlati