Današnja pitanja i odgovori nam se javljaju zahvaljujući SuperUseru - podjele Stack Exchange-a, zajednice-driven grupiranja Q & A web stranica.
Pitanje
Čitač SuperUser Tomas želi znati kako kopirati izbrisani tekst u Microsoft Wordu:
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?
Kako kopirati izbrisani tekst u programu Microsoft Word?
Odgovor
Usluga SuperUser DavidPostill ima odgovor za nas:
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]
Imate li nešto za objašnjenje? Zvuči u komentarima. Želite li pročitati više odgovora od drugih tehnoloških korisnika Stack Exchangea? Pogledajte ovdje cijelu raspravu.