PDA

View Full Version : vba code from shortcut key



amaser
2008-09-17, 02:36 PM
is there a way to run a particular vba function with a shortcut key like CTL+T or some such?

if so, how do i do it?

Ed Jobe
2008-09-17, 02:40 PM
First, you need to create a lisp command wrapper for it, then you can create shortcuts for it in the cui. Search this forum for "command wrapper".