Search found 1 match

by Andi
Wed Dec 29 2004
Forum: Visual Basic Community
Topic: PDF Creation with EXCEL 2002 -> ErrorCode 1004
Replies: 1
Views: 5936

PDF Creation with EXCEL 2002 -> ErrorCode 1004

Hi I want to create a PDF File from EXCEL with the following VBA-Script: Sub doPrint() Dim PDF As New CDIntfEx.CDIntfEx With PDF .DriverInit ("Amyuni PDF Converter") .SetDefaultPrinter .DefaultFileName = "C:\temp\test.PDF" .FileNameOptions = 3 Worksheets("Auswertung").P...