Hi,
i have this simple script:
but i dont know how to use a decimal values :/
i want to set inline spacing to "1.36" and then i want to use upDown GUI to changing this value with small steps like 1.36 1.37 1.38 etc.
but when i use decimal value in my code like:
oWord.Selection.ParagraphFormat.LineSpacing := 10.1
Word dont take this value and set this value to blank.
because 10 = 0.83 points and 1 = 0.08 points then is impossible to make this smaller steps.
Any idea?
thank you very much.
i have this simple script:
CODE:
oWord := ComObjActive("Word.Application")
oWord.Selection.ParagraphFormat.LineSpacing := 20
but i dont know how to use a decimal values :/
i want to set inline spacing to "1.36" and then i want to use upDown GUI to changing this value with small steps like 1.36 1.37 1.38 etc.
but when i use decimal value in my code like:
oWord.Selection.ParagraphFormat.LineSpacing := 10.1
Word dont take this value and set this value to blank.
because 10 = 0.83 points and 1 = 0.08 points then is impossible to make this smaller steps.
Any idea?
thank you very much.
Statistics: Posted by zuzu_kuc — 32 minutes ago