A
aking1987
Company standards exist here. We havea selection of software to use
Adobe Disteller and PDFWriter are the only PDF writing software we ca
use.
As applications are stored for the usual user (program files/ ...)
have writing a sub that will look in the default directory wher
distiller is usually installed. If the file is not there and erro
message will be returned to the user...
Code
-------------------
Private Sub CmdElexPrnt_Click()
' This macro makes a copy of the 'end sheet', to be stored electronically.
If Application.FileSearch.LookIn = ("C:\Program Files\Adobe\Acrobat 5.0\Distillr") Then
electricalprint
Else
MsgBox "It appears you do not have the required program to create Electronic Copies."
End If
End Su
Adobe Disteller and PDFWriter are the only PDF writing software we ca
use.
As applications are stored for the usual user (program files/ ...)
have writing a sub that will look in the default directory wher
distiller is usually installed. If the file is not there and erro
message will be returned to the user...
Code
-------------------
Private Sub CmdElexPrnt_Click()
' This macro makes a copy of the 'end sheet', to be stored electronically.
If Application.FileSearch.LookIn = ("C:\Program Files\Adobe\Acrobat 5.0\Distillr") Then
electricalprint
Else
MsgBox "It appears you do not have the required program to create Electronic Copies."
End If
End Su