Skip to main content
Skip table of contents

f$Excel Blatt als PDF exportieren


f$Excel Blatt als PDF exportieren

Exportieren des aktiven Blatts in der aktuellen Excel Arbeitsmappe in eine PDF Datei.

Syntax:

Status = f$Excel('Blatt', 'PDFExport', Name )
engl.: Status = f$Excel('Sheet', 'PDFexport', Name )

 

Argument

Typ

Bedeutung

 

'Blatt'

Zeichenkette

Schlüsselwort

 

'PDFExport'

Zeichenkette

Schlüsselwort

 

Name

Zeichenkette

Name der PDF Datei, der erzeugt werden soll.

Ergebnis:

Ganzzahl

0: Befehl erfolgreich ausgeführt

sonst siehe Rückgabewerte der Excel Funktionen

Beispiel:

Status = f$Excel('Arbeitsmappe','öffnen','c:\\temp\\test2.xls')
Status = f$Excel('Blatt', 'Öffnen', 'Kalkulation')
Status = f$Excel('Blatt', 'PDFExport', 'C:\\temp\\test1_1.pdf' )
Status = f$Excel('Beenden',0)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.