Thread: MsgBox
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
redmad redmad is offline
external usenet poster
 
Posts: 1
Default MsgBox

I would like the MsgBox to appear before closing Excel file.
I have this code:

Private Sub Workbook_BeforeClose(Cancel As Boolean)
MsgBox Prompt:="CONTENT", Title:="title"
End Sub

but I want a link to www site and to e-mail address in CONTENT
Could somebody tell me how to do this?

thanks