Hi,I want tpo prevent a user to print a excel document.i only know how to do it by manually is enter "Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel=True End Sub into the VB Editor. My question is can i set this from Lotus Notes when the user launch the attachment.Any Comment?