Help changing Keyboard Shortcut assigned to Excel Macro
Do you mean change through code....Try
Application.MacroOptions Macro:="Macro1", ShortcutKey:="i"
--
Jacob (MVP - Excel)
"Amar" wrote:
Hi,
I don't know visual basic and have created some simple macros by recording
them in excel. I would like to chnage the shortcut keys assigned to the
macros while recording. Is this at all possible?
Tks,
Amar
|