Our office recently began using the WordAssist program. Unfortunately, WordAssist has reassigned some native Word shortcut keys to its own functions, which is pretty annoying. I’ve complained about it, but so far no change.
It occurred to me that if I removed the new WordAssist assignment of a shortcut key, maybe the native Word function would re-appear. It didn’t, which puzzles me. (The WordAssist assignment is removed, but the shortcut just ends up doing nothing.)
One of the shortcuts WordAssist has hijacked is Alt-Shift-X, which opens the “Mark Index Entry” dialog box. I tried recording the keystrokes to open that dialog box (Insert > Index and Tables [Index tab], click “Mark Entry” button), but that doesn’t work because whatever word(s) you select (before you open the dialog box) become part of the macro.
I don’t know enough about VBA to write the code myself. What I want is to be able to select a word or words, then run the macro, which opens the dialog with the selected text appearing in its Main Entry window (i.e., the same thing that Alt-Shift-X allows you to do). Can someone show me how to write this macro?