I use a list of items from an excel sheet to fill a multi-column list box. I use:
VB Code:
  1. Selection.ColumnWidth
to get the widths from the spread sheet... how can I convert this number from characters to points so that it can be used to set the column widths in the listbox.
I currently mulitply by 5 and it looks close but i'm looking for a more accurate conversion... I have looked around but cannot find much.
Thanks
Matt