Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Long Documents / April 2004

Tip: Looking for answers? Try searching our database.

Changing default style to Body Text?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jonas T Larsson - 06 Apr 2004 09:54 GMT
Hello all,
Is it possible to change the default style, e.g. when adding a new
paragraph after a heading or when pasting text to Body Text instead of
Normal style?

// Yours Jonas
Graham Mayor - 06 Apr 2004 12:37 GMT
> Hello all,
> Is it possible to change the default style, e.g. when adding a new
> paragraph after a heading or when pasting text to Body Text instead of
> Normal style?
>
> // Yours Jonas

You can set the default paragraph to follow any paragraph from the format >
style dialog.
For pasting - edit > paste special > unformatted text will paste it to the
current paragraph style.
You can do this by macro if preferred

Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:=wdInLine
End
Oops:
Beep
End Sub

See http://www.gmayor.com/installing_macro.htm

Signature

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

  Web site www.gmayor.com
 Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<

Jonas T Larsson - 06 Apr 2004 14:29 GMT
Neat :) most of the troubles solved now, time to start writing on the
thesis now then. Thanks Graham!

// Yours Jonas

> You can set the default paragraph to follow any paragraph from the format >
> style dialog.
[quoted text clipped - 11 lines]
>
> See http://www.gmayor.com/installing_macro.htm
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.