View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Missing VBA Reference

Sounds like a custom utility.

May not work, but try

Dim ALT as Object

Set ALT = CreateObject("Alert.Alerter")

--

HTH

RP

"helmekki" wrote in message
...

Hi

I cannot find this reference in VBA Reference
Dim ALT As Alert.Alerter

any idea where to find it

Thank u


--
helmekki


------------------------------------------------------------------------
helmekki's Profile:

http://www.excelforum.com/member.php...fo&userid=6939
View this thread: http://www.excelforum.com/showthread...hreadid=270410