Přidat otázku mezi oblíbenéZasílat nové odpovědi e-mailem Word - vypnutí tisku revizí - poznámek

lebo si to zabudol v otazke napisat.
cez makro, par sekund guugle.

You may find it annoying to each time go through the menu items to set that setting. For that purpuse I use the following minimalistic VBA procedure ("macro"):

Sub TrackChangesViewToggler()

ActiveDocument.ShowRevisions = Not ActiveDocument.ShowRevisions

End Sub
This toggles the seeting in question. Each time run, the setting changes (on-off-on-off...) I trigger this via keyboard shortcut (AltGr v in my case, but you can assign whatever you want).

If you need this only and solely for printing, I recommend: make yourself a VBA procedure that first sets that setting, then sends the document to your printer. You can easily record such a procedure without knowing too much about VBA programming.

Reakce na odpověď

1 Zadajte svou přezdívku:
2 Napište svou odpověď:
3 Pokud chcete dostat ban, zadejte libovolný text:

Zpět do poradny