Dagens Spørsmål & Svar-sesjon kommer til oss med høflighet av SuperUser-en underavdeling av Stack Exchange, en fellesskapsdrevet gruppering av Q & A-nettsteder.
Spørsmålet
SuperUser-leser Tomas vil vite hvordan du kopierer slettet tekst i Microsoft Word:
I want to copy text that has been marked as deleted in earlier revisions of my document, then paste it into another document. But when I select it with my mouse and go to copy it, it says “The selection is marked as deleted text” and nothing is copied to the clipboard. Is there a solution other than rejecting the deletion?
Hvordan kopierer du slettet tekst i Microsoft Word?
Svaret
SuperUser-bidragsyter DavidPostill har svaret for oss:
Solution 1
- Select the deleted text plus an extra word.
- Then you should be able to copy it without getting the error message.
- Paste the text into the other document.
- Delete the extra word.
Source: Can’t Copy Text Marked as Deleted [Office Forums]
Solution 2
Use the following VBA code:
Now I can go into any Track Change balloon, select deleted text and hit Alt-1. Yes, perhaps it is silly, but you cannot copy selected deleted text in VBA either. However, you can make a public string variable that selects text.
Now I can move the selection out of the balloon to wherever I want. I can hit Alt-2 and the previously selected deleted text is typed in. It will of course be marked as a Track Change insert.
Note that when you move the selection out of the Track Change balloon (where you grabbed the deleted text), you can use the selection however you like. The deleted text’s contents are in a string variable, NOT text associated with the selection itself. You can do other stuff and when you are ready, type in the deleted text with an Alt-2.
Source: Word Says “Marked as Deleted Text” [Tek-Tips]
Har du noe å legge til forklaringen? Lyder av i kommentarene. Vil du lese flere svar fra andre tech-savvy Stack Exchange-brukere? Sjekk ut hele diskusjonstråden her.