Apr 27, 2010 #1 dsellos Programmer Apr 27, 2010 9 BR Hey everybody. I have a ListBox with seven columns. I want each column has a specific width. Can anyone help me? Thanks!
Hey everybody. I have a ListBox with seven columns. I want each column has a specific width. Can anyone help me? Thanks!
Apr 27, 2010 #2 S SkipVought Programmer Dec 4, 2001 47,492 US Hi, Turn on your macro recorder and start setting column widths. Post back with your recorded code if you need help customizing. Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
Hi, Turn on your macro recorder and start setting column widths. Post back with your recorded code if you need help customizing. Skip, Just traded in my old subtlety... for a NUANCE!
Apr 27, 2010 Thread starter #3 dsellos Programmer Apr 27, 2010 9 BR SkipVought hey, thanks for the reply. I want to change the column width of a ListBox, not the column of the worksheet. Greetings Upvote 0 Downvote
SkipVought hey, thanks for the reply. I want to change the column width of a ListBox, not the column of the worksheet. Greetings
Apr 27, 2010 #4 S SkipVought Programmer Dec 4, 2001 47,492 US Listbox has a ColumnWidths property. Did you check thru the properties? Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
Listbox has a ColumnWidths property. Did you check thru the properties? Skip, Just traded in my old subtlety... for a NUANCE!
Apr 27, 2010 Thread starter #5 dsellos Programmer Apr 27, 2010 9 BR Thank you very much! I never thought I'd look at the help of VBA. thanks Upvote 0 Downvote
Apr 27, 2010 #6 S SkipVought Programmer Dec 4, 2001 47,492 US There is actually an example in VB Help for ColumnWidths. Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
There is actually an example in VB Help for ColumnWidths. Skip, Just traded in my old subtlety... for a NUANCE!