Multi Column TextBox Column Widths 
Author Message
 Multi Column TextBox Column Widths

Hi:

I have a multicolumn textbox with 2 columns.  Depending on
a command button the text in each column can be variable
length.  If I set the columns to accomodate the longest
text in a column then on some displays column 2 is too far
away from column 1.  Is there any way to calculate the
length in points (or inches or ...) of a text string based
on the default point size for the list box.  I tried
using -1 but it is still too far away.  If this is not the
way to do it I would appreciate some direction.  

Thnaks for your help.

Jerry Bodoff



Sat, 27 Aug 2005 20:49:33 GMT  
 Multi Column TextBox Column Widths

Quote:
>Hi:

>I have a multicolumn textbox with 2 columns.  Depending on
>a command button the text in each column can be variable
>length.  If I set the columns to accomodate the longest
>text in a column then on some displays column 2 is too far
>away from column 1.  Is there any way to calculate the
>length in points (or inches or ...) of a text string based
>on the default point size for the list box.  I tried
>using -1 but it is still too far away.  If this is not the
>way to do it I would appreciate some direction.  


muck around with

Selection.Information(wdHorizontalPositionRelativeToTextBoundary)

and its brethren.

Steve Hudson - Word Heretic, Sydney, Australia
I can do tricky stuff with Word or words for you.

Products: http://www.geocities.com/word_heretic/products.html
Spellbooks: 1558 pages of dump left and dropping...

The VBA Beginner's Spellbook is now available!
The first graphical representation of the Word object model
and an extensive checklist for functional template development.
Perfect for everyone at every level of VBA usage.



Sun, 18 Sep 2005 10:23:31 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Multi Col ListBox Column width

2. How to change the column width of a multi-line list box

3. How to change the column width of a multi-line list box

4. Error creating rows with columns having different column width

5. View One column of Multi Column Listbox

6. Help with displaying second column in multi column combo box

7. Checkbox in multi-column listbox or grid column?

8. Column headings in multi-column combo box

9. Multi-column listbox w/3 columns of checkboxes

10. Formatting columns in a multi-column ComboBox

11. Exporting multi-column details to word, rtf or xls comes out single-column

12. Multi-column listbox w/3 columns of checkboxes

 

 
Powered by phpBB® Forum Software