Change the default space between columns

G

Guest

My computer uses Windows 98 SE and MS Office 2000 (Word 2000).

RE: MS Word 2000

With MS Word 2000 open -
- click the Format button
- click Columns
Under Presets
- click the two icon
Under Width and Spacing
Under Spacing

?? How do I change the OEM default to a width of my choosing?

Thank you in advance for your valuable time and help.
 
G

Graham Mayor

Record a macro and apply the settings with that macro eg - the following
will produce a two column table with 2 cm space

With ActiveDocument.PageSetup.TextColumns
.SetCount NumColumns:=2
.Spacing = CentimetersToPoints(2)
End With


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top