What's this? (Application.Run)

K

Karl Thompson

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?
 
T

Tom Ogilvy

I suspect "BLPLinkReset"
is a function in some addin you have installed.

Regards,
Tom Ogilvy
 
Top