Hi Everyone,
Here i am trying to combine two PDF sheets using Adobe, where the below code runs perfectly but
Sub Combine_PDF()
Dim x, lastrow As Long
Dim arrayFilePaths() As Variant
Set app = CreateObject("Acroexch.app")
lastrow = Sheets("Combine_PDF").Cells(Rows.Count...