Disable Alt+down while tracked changes is on
Autor wątku: Samuel Murray
Samuel Murray
Samuel Murray  Identity Verified
Holandia
Local time: 19:49
Członek ProZ.com
od 2006

angielski > afrikaans
+ ...
Aug 9, 2015

Hello everyone

I've always wondered how I can disable Alt+down while tracked changes is on (because it creates a huge mess if you do, that takes a lot of time and effort to fix). The following method works for me:

Step 1: Create this macro:

Sub catslikeplaincrisps()

If ActiveDocument.TrackRevisions = False Then
Application.Run MacroName:="WfNextSegment"
ElseIf ActiveDocument.TrackRevisions = True Then
MsgBox "Cats like pl
... See more
Hello everyone

I've always wondered how I can disable Alt+down while tracked changes is on (because it creates a huge mess if you do, that takes a lot of time and effort to fix). The following method works for me:

Step 1: Create this macro:

Sub catslikeplaincrisps()

If ActiveDocument.TrackRevisions = False Then
Application.Run MacroName:="WfNextSegment"
ElseIf ActiveDocument.TrackRevisions = True Then
MsgBox "Cats like plain crisps", vbOKOnly, "Shock claim"
End If

End Sub

Step 2: Assign Alt+down to this macro.

Samuel
Collapse


 


To report site rules violations or get help, contact a site moderator:


You can also contact site staff by submitting a support request »

Disable Alt+down while tracked changes is on







Trados Business Manager Lite
Create customer quotes and invoices from within Trados Studio

Trados Business Manager Lite helps to simplify and speed up some of the daily tasks, such as invoicing and reporting, associated with running your freelance translation business.

More info »
TM-Town
Manage your TMs and Terms ... and boost your translation business

Are you ready for something fresh in the industry? TM-Town is a unique new site for you -- the freelance translator -- to store, manage and share translation memories (TMs) and glossaries...and potentially meet new clients on the basis of your prior work.

More info »