Missing VBA Reference

  • Thread starter Thread starter helmekki
  • Start date Start date
H

helmekki

Hi

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

any idea where to find it

Thank
 
Sounds like a custom utility.

May not work, but try

Dim ALT as Object

Set ALT = CreateObject("Alert.Alerter")
 
Don't think it is part of VBA or Excel. Possibly a third party control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top