View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_75_] Leith Ross[_75_] is offline
external usenet poster
 
Posts: 1
Default Set the text align property of each individual column on UserForm1.ListBox1.ColumnCount = 5


Hello Drom & Norman,

Just a side note. In Visual Basic 6.0 it would be possible because the
control has a window handle property (hWnd). Using the Applications
Programming Interface (API) you can control the individual alignments.
Unfortunately, this isn't the case in VBA.

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=478123