![]() |
|
#1
|
|||
|
|||
|
Hi,
Is it possible to give a shortcut to the definition in the search and replace table? I have a few swaps that I do regularly, like: find =- and replace to = And I'd like to give it a shortcut instead of setting it up every time. enclosed a file. Thanks |
|
#2
|
|||
|
|||
|
i found the solution with a macro:
Sub FAR() With Application.Dialogs(wdDialogEditReplace) .Find = "=-" .Replace = "=" .Show End With End Sub |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hotkey for Pen and Eraser in Draw mode | gerdos | OneNote | 0 | 04-07-2022 05:22 AM |
Sub/superscript hotkey danish keyboard
|
Fakecake | OneNote | 1 | 04-05-2015 04:39 AM |
| Hotkey assignments in template for others | ChrisBrewster | Word VBA | 1 | 02-14-2014 04:51 PM |
Assign Hotkey
|
Andrew H | Word VBA | 3 | 11-26-2012 09:56 PM |
hotkey to archive
|
userman | Outlook | 1 | 05-29-2012 01:50 PM |