View Single Post
 
Old 04-29-2016, 07:44 AM
ch1325 ch1325 is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Jun 2015
Location: Montana
Posts: 12
ch1325 is on a distinguished road
Default Using a display alert command in Word

Hi,

Code:
Sub Display()
Application.DisplayAlerts = wdAlertsNone
End Sub
Whenever I try using this code within a document on a shared drive it does not work anymore, I still get a SQL alert when I open the document.

Using it on my drive has no problems.
Reply With Quote