abdo meghari
Well-known Member
- Joined
- Aug 3, 2021
- Messages
- 577
- Office Version
- 2019
is there any way to import data of multiple PDF files to opened EXCEL file from directory without specify the file name as in bold line .
so I want just change this line
like this
"C:\Users\MY-NAME\Downloads\MMS\
indicate where are the PDF files are existed in folder and each PDF file import from the folder for each sheet separately in opened EXCEL file .
thanks
so I want just change this line
Rich (BB code):
let
#"source" = Pdf.Tables(File.Contents("C:\Users\MY-NAME\Downloads\MMS\PR-2023-00001 (1).pdf"), [Implementation="1.3"]),
Table001 = #"source"{[Id="Table001"]}[Data],
'rest of the procedures
'
'
like this
"C:\Users\MY-NAME\Downloads\MMS\
indicate where are the PDF files are existed in folder and each PDF file import from the folder for each sheet separately in opened EXCEL file .
thanks