Width property

J

jim c.

does anyone know of a way to convert the coulmn width
value returned on a worksheet into points that can be used
for column width for a listbox on a userform?

listbox rowsource is a named range.

Currently I use just the value returned to autosize
columns in my listbox, but of course is not accurate and
the differences are cumulative. I have 14 columns in
listbox and would like to regain wasted space between
columns to maybe eliminate having to horizontal scroll to
last column.

I appreciate your input. This is just a curiosity, not a
problem.
 
J

jim c.

I answered my own question.

Didnt realize that Range Object has a width property. Duh!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top