View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Is there a way I can change the shortcut key without having to redo the macro?

Christiane,

Application.MacroOptions Macro:="MacroName", _
Description:="Macro by Excel-lent Christiane", _
ShortcutKey:="i"

HTH,
Bernie
MS Excel MVP


"Christiane " wrote in message
...
Can I change a shortcut key in an excel macro without having to redo it?


---
Message posted from http://www.ExcelForum.com/