Salve,
qualcuno può aiutarmi a capire come mai il codice non funziona. Senza "background" funziona e unisce F1 a F2, con l'inserimento di "background" (che dovrebbe stampare F1 su F2" non succede nulla.
Private Sub Comando5_Click()
F1 = path
F2 = path1
F3 = "C:\Users\Davide\Desktop\test\" & caselladitesto & ".pdf" ' output
strParam = "A=" & F1 & " background " & "B=" & F2 & " output " & F3
RetVal = Shell("C:\Program Files (x86)\PDFtk\bin\PDFTK.exe " & strParam, 0)
End Sub