Hi - Welcome to the board
Put this code in the thisworkbook section of vbe
Code:Private Sub Workbook_BeforePrint(Cancel As Boolean) If Range("A1").Value = vbNullString Then Cancel = True MsgBox ("Fill out the information for A1"), vbCritical Else End If End Sub


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks