View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Wiss Don Wiss is offline
external usenet poster
 
Posts: 300
Default One thing I miss: double right click

One thing I miss here in VBA is the double right click. In VBA it just
flashes the single right click menu twice. But in my other language, APL,
if doubled clicked on a function it brings you to the editor with that
function open. I don't see why Excel can't use that as a goto to take you
to the start of that function or macro. Then some key sequence to take you
back would be nice. E.g. F5, <enter. (In APL, as you are in the editor for
that function, you can either Exit (and save) ^E, or Quit (without save)
^Q.)

Don <donwiss at panix.com.