View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Lucky Green Lucky Green is offline
external usenet poster
 
Posts: 1
Default How to default to "Unformatted Text" in "Paste Special" in Wor

TedMi,
Unfortunately, recording a marcro for Paste Special - Unformatted Text does
not work in Word 2007 as described.

Recording the macro creates the following VB code:

SelectionPasteAndFormat (wdPasteText)

However, executing the macro via CTL-SHIFT-V simply pastes formatted text.

I also tried using SelectionPasteAndFormat DataType:=wdPasteText, which Word
2007 rejected outright.

Suggestions are appreciated,
--Lucky