F
firstcasualty
How do I prevent Word from alerting me to the fact that my margins are
out of the print range (which in itself is not a problem) every time I
print? I've tried running these in Word VB but no change.
Sub DisableAlerts()
Application.DisplayAlerts = wdAlertsNone
End Sub
Sub DisableAlerts()
Application.DisplayAlerts = False
End Sub
out of the print range (which in itself is not a problem) every time I
print? I've tried running these in Word VB but no change.
Sub DisableAlerts()
Application.DisplayAlerts = wdAlertsNone
End Sub
Sub DisableAlerts()
Application.DisplayAlerts = False
End Sub