How many characters per line in a cell within a table?

J

Jonas

Is there a way to programmatically tell how many characters per line are in a
cell within a table? By the way I am using a non-proportional font.
 
J

Jean-Guy Marcil

Jonas was telling us:
Jonas nous racontait que :
Is there a way to programmatically tell how many characters per line
are in a cell within a table? By the way I am using a
non-proportional font.

Affect a range to the line and use the Characters.Count property of the
range to find out how many characters there are.

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
J

Jonas

does "Selection.Expand wdLine" expand the selection from the current position
of the cursor to the end of the line? If so what is the value of wdLine?

Thanks for all your help,
Jonas.
 
Top