View Single Post
  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

You can display a msgbox when the user opens the workbook.

Private Sub Workbook_Open()
MsgBox "Disclaimer..."
End Sub

---
Press ALT+F11, click on the "ThisWorkbook" module, and
paste in the code. Save and close.

HTH
Jason
Atlanta, GA

-----Original Message-----
Can anyone help?
.