こんなんでどう?
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
'指定ファイルを印刷します。
Function MyPrintFile(srtPath As String) As Long
MyPrintFile=ShellExecute(Me.hwnd, "Print", strPath, "", "", 0)
End Function
お礼
どうも有難うございました。お礼が遅れて申し訳ございませんでした。今後ともよろしく。