Hi!
I want to increase the space before the current paragraph to a amount of points. That is suppose to happen when I choose a certain style.
When I use the following code it doesn't work:
I have also tried:
but this doesn't work either....
does anyone have any tips?
Pål Nesteby
PDC-Tangen
Norway
I want to increase the space before the current paragraph to a amount of points. That is suppose to happen when I choose a certain style.
When I use the following code it doesn't work:
Code:
Dim p As Paragraph
Set p = Selection.Paragraphs(1)
p.SpaceBefore = 60
I have also tried:
Code:
ActiveDocument.Styles("StyleName").ParagraphFormat.SpaceBefore = 30
but this doesn't work either....
does anyone have any tips?
Pål Nesteby
PDC-Tangen
Norway