View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Schwenn Robert Schwenn is offline
external usenet poster
 
Posts: 5
Default Override a built-in command with a macro

Hi,
I'd like to see a macro running when invoking a built-in command. I.e. when
choosing "File - New" my own macro should run.

I already asked this question on another news group and got the answer, that in
Word, I only have to give my macro the same name as the desired Word command.

This works great - in Word. But is there a similar way in Excel? If yes, how can
I get a list of these commands?


Robert