View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Karl Thompson Karl Thompson is offline
external usenet poster
 
Posts: 12
Default What's this? (Application.Run)

The macro recorder inserted lines like this:

Application.Run "BLPLinkReset"


I basically understand what the run method does, my question is what is
"BLPLinkReset"?

And is there a list somewhere of the macros or functions that "run" can
execute?