View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
booner booner is offline
external usenet poster
 
Posts: 4
Default VBA code to send a system message?

Not exactly sure what you mean by a system message ... so could be two
possibilities: email or a message box.

Look into these:

CDO.Message (send email)
MsgBox (popup a dialog box to the user)

BBB

"quartz" wrote in message
...
I am using Office 2003 on Windows XP.

Could someone please post example VBA code or script to send a system
message to user(s)? - Or point me to a web site that may help. This would

be
extremely helpful when Oulook is down.

Thanks much in advance.