Hallo Leute,
hätte da mal ein Problem!
Möchte über einen Button meine Excel Tabelle als PDF abspeichern.
Die Codes die ich versucht habe funktionieren nicht.
z.b.
Private Sub CommandButton6_Click()
Const myPath = „C:\Users\pasicm\Desktop\test_test_test“
ActiveWorkbook.SaveAs myPath & Range(„A1“).Value & „.pdf“
End Sub
Grüße Mersed