How do i check if the active Word document is still open???
I'm doing this to check if its current in print preview mode:
If .Application.PrintPreview = False Then
.ActiveDocument.PrintPreview
End If
so i'm looking for something like:
If .application.quit = false then....???????
Any ideas??
Thankx,
Jonathan
I'm doing this to check if its current in print preview mode:
If .Application.PrintPreview = False Then
.ActiveDocument.PrintPreview
End If
so i'm looking for something like:
If .application.quit = false then....???????
Any ideas??
Thankx,
Jonathan