• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyway to make Microsoft Word always paste unformatted text?

aphex

Moderator<br>All Things Apple
Moderator
At my job i have to cut and paste an array of material into documents that I am working on. Rather than hit paste and get the formatting of the copied text, i always do Edit/Paste Special/Unformatted Text so that its easier to work with.

Is there anyway to make that a default option so i can use CTRL-V again?
 
This is one of the 12,000 UI problems with Office that drive me crazy. Fortunately, there is workaround for this particular glaring UI problem.

Use Alt-F11 to make a macro in normal.dat
Public sub pastePlain()
Selection.PasteSpecial DataType:=wdPasteText
end sub

Then go to tools...customize...keyboard...macros...pastePlain and assign a shortcut like Control-Shift-V.

Unfortunately, there is no way to do this in Outlook or and in Excel, I believe it will only work on a document level.
 
Originally posted by: StevenYoo
i always paste into notepad first, then transfer that into Word.

That has worked for me for at least the past10 years. Word also has a SAVE AS text format.

 
I use the notepad method as well, MS should've made it easy anyway, oh well, maybe for Office 2010.
 
Back
Top