View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
ilyaskazi[_96_] ilyaskazi[_96_] is offline
external usenet poster
 
Posts: 1
Default listbox sizeing problem


Dear all, try this...

Type this in userform intialize procedu

Code
-------------------

Private Sub UserForm_Initialize()

listBox1.IntegralHeight = False
listBox2.IntegralHeight = False

end sub

-------------------


HTH
ilyaskaz

--
ilyaskaz
-----------------------------------------------------------------------
ilyaskazi's Profile: http://www.excelforum.com/member.php...fo&userid=2396
View this thread: http://www.excelforum.com/showthread.php?threadid=46994