M M.Siler Jun 30, 2004 #1 Is there a way to make "Keep Text Only" as the default paste or is there a keyboard shortcut for it Ctrl+V+something
Is there a way to make "Keep Text Only" as the default paste or is there a keyboard shortcut for it Ctrl+V+something
S Stefan Blom Jul 1, 2004 #2 You need to use a macro such as the following: On Error GoTo errhandler Selection.PasteSpecial DataType:=wdPasteText errhandler: Exit Sub If you need help to install the macro, please see: http://www.gmayor.com/installing_macro.htm
You need to use a macro such as the following: On Error GoTo errhandler Selection.PasteSpecial DataType:=wdPasteText errhandler: Exit Sub If you need help to install the macro, please see: http://www.gmayor.com/installing_macro.htm