Hi Guys,
I have this code block
Private Sub Command55_Click()
On Error GoTo Err_Command55_Click
Dim LWordDoc As String
Dim oApp As Object
'Path to the word document
LWordDoc = "D:\Template Test.dot"
If Dir(LWordDoc) = "" Then
MsgBox "Document ain't there!"...