R
roytang
Hi,
How can I compute the number of points given the number of lines (or
vice-versa)?
I'm referring to the ParagraphFormat.Space* and
ParagraphFormat.LineRule* properties.
i.e. if I have ParagraphFormat.SpaceBefore = 0.5 and
ParagraphFormat.LineRuleBefore = msoTrue, and I use VBA to change
ParagraphFormat.LineRuleBefore to msoFalse, I need to compute the new
value of SpaceBefore in points...is there a formula for this?
The ratio does not seem to be constant across different machines.
Thanks!
Roy
How can I compute the number of points given the number of lines (or
vice-versa)?
I'm referring to the ParagraphFormat.Space* and
ParagraphFormat.LineRule* properties.
i.e. if I have ParagraphFormat.SpaceBefore = 0.5 and
ParagraphFormat.LineRuleBefore = msoTrue, and I use VBA to change
ParagraphFormat.LineRuleBefore to msoFalse, I need to compute the new
value of SpaceBefore in points...is there a formula for this?
The ratio does not seem to be constant across different machines.
Thanks!
Roy