Creating shortcut keys

  • Thread starter Thread starter Magnus Ramfelt via OfficeKB.com
  • Start date Start date
M

Magnus Ramfelt via OfficeKB.com

Hallo, does anyone know how to create a shortcut keys in general for excel. Sure you can record a macro for whatever you need to do but then you can't undo. If you decide to run a macro however, does anyone know if you can tell it to increase decimals? I tried to record a macro just clicking on that button but it doesn't work.

Thanks for your help on this, any suggestions are great.
 
does anyone know how to create a shortcut keys in general for excel.

There are two way. You can create assign a shortcut key by VBA code using
the OnKeys method. And through the user interface you can use Tools, Macro,
Macros, select the macro name, and click Options.

--
Jim Rech
Excel MVP
| Hallo, does anyone know how to create a shortcut keys in general for
excel. Sure you can record a macro for whatever you need to do but then you
can't undo. If you decide to run a macro however, does anyone know if you
can tell it to increase decimals? I tried to record a macro just clicking on
that button but it doesn't work.
|
| Thanks for your help on this, any suggestions are great.
|
| --
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top