Disable Alt+down while tracked changes is on
Автор темы: Samuel Murray
Samuel Murray
Samuel Murray  Identity Verified
Нидерланды
Local time: 05:14
Член ProZ.com c 2006
английский => африкаанс
+ ...
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







Protemos translation business management system
Create your account in minutes, and start working! 3-month trial for agencies, and free for freelancers!

The system lets you keep client/vendor database, with contacts and rates, manage projects and assign jobs to vendors, issue invoices, track payments, store and manage project files, generate business reports on turnover profit per client/manager etc.

More info »
Trados Studio 2022 Freelance
The leading translation software used by over 270,000 translators.

Designed with your feedback in mind, Trados Studio 2022 delivers an unrivalled, powerful desktop and cloud solution, empowering you to work in the most efficient and cost-effective way.

More info »