Notification from Excel VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to send notifications, based upon an event, to either a mobile
provider (text message) or a Instant Message (Yahoo, AOL, etc...)?
 
Yes you can, either use the events attached to the workbook, by looking at
the events available in the ThisWorkbook class module of your [roject, I do
not know what syntax you will need to access mobile phones or other devices,
or you could create an Excle class module and likewise take control over not
just the active Workbook, but Excel as an application.
 

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