View Single Post
  #4   Report Post  
Posted to microsoft.public.word.formatting.longdocs
Craig Fletcher
 
Posts: n/a
Default Modify default formatting of pasted text

You would think this would be something that could be more easily
configured. I wonder if this would be a valid DCR (Design change Request) at
Microsoft for Office 12? I have a good relationship with them, perhaps I
should submit this request, or have you guys already done that?


"Stefan Blom" wrote in message
...
Put the following macro in normal.dot in order to intercept the
EditPaste command:

Sub EditPaste
On Error Resume Next
Selection.PasteSpecial Link:=False, DataType:=wdPasteText, _
Placement:= wdInLine, DisplayAsIcon:=False
End Sub

If you are unfamiliar with macros, see the installation instructions
at: http://gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP


"Craig Fletcher" wrote in message
...
Is there a way that you can make default formatting of pasted text

to ALWAYS
match destination formatting, instead of having the little menu come

up and
having to choose that option each time. Or, maybe change it to "Keep

text
only?" Basically, I'd like the ability to change the default paste

format to
and fro.
Thanks