This forum is closed. Thank you for your contributions.
I want a macro to run when I press alt+v .. How can I do that? ..
I hv written following code for that :
Application.OnKey "%v" , "hello"
But when I press alt+v, it opens the View toobar from the top .. How can I override that???