Geoff-Hart.com: Editing, Writing, and Translation

Home Services Books Articles Resources Fiction Contact me Français

 

You are here: Books --> Effective onscreen editing --> Errata/additions in the March 2010 edition

Vous êtes ici : Livres --> Effective onscreen editing --> Errata/additions in the March 2010 edition

Errata in the March 2010 release of the 2nd edition of Effective Onscreen Editing, plus miscellaneous useful additions

All corrections and additions to the book will appear on this page. If you find an error or problem that isn't included in this list, please report the problem to me so I can fix it. Comments and suggestions for improvement (including new material) are also welcome!

This page contains the following topics:

Miscellaneous points

Chapter 3: Writing and editing are human endeavors

Chapter 4: Personalizing your software

Chapter 5: Moving around the document and selecting text

Chapter 6: Using revision tracking

Chapter 8: Using the search tools

Chapter 9: Developing style sheets

Chapter 10: Spelling and grammar checkers

Chapter 11: Automating your edits

Chapter 12: Editing in special situations

Chapter 14: Internet resources

Chapter 16: Onscreen proofreading

Chapter 18: Putting the theory to work

Appendix II: Protecting yourself while using the computer

Appendix III: Troubleshooting Microsoft Word

Bibliography

Software

Miscellaneous points

Chapter 3: Writing and editing are human endeavors

Chapter 4: Personalizing your software

Chapter 5: Moving around the document and selecting text

Macro code

Explanation

Sub MoveEnd()

Selection.EndKey Unit:=wdRow

End Sub

Move to the end of the row

Sub MoveStart()

Selection.HomeKey Unit:=wdRow

End Sub

Move to the start of the row
Sub MoveTop()

Selection.HomeKey Unit:=wdColumn

End Sub

Move to the top of the column

Sub MoveBottom()

Selection.EndKey Unit:=wdColumn

End Sub

Move to the bottom of the column

Chapter 6: Using revision tracking

Chapter 8: Using the search tools

Chapter 9: Developing style sheets

Chapter 10: Spelling and grammar checkers

Chapter 11: Automating your edits

Chapter 12: Editing in special situations

Chapter 14: Internet resources

Chapter 16: Onscreen proofreading

Chapter 18: Putting the theory to work

Appendix II: Protecting yourself while using the computer

Appendix III: Troubleshooting Microsoft Word

Bibliography

Software


©2004–2024 Geoffrey Hart. All rights reserved.