Hi,
I have Query that collect data from sheets in the same workbook.
The first line at this moment looks like:
= Excel.Workbook(File.Contents("C:\Documents\my_excel_file.xlsm"), null, true)
How can I change it that it would still work even if I change file location?
I have Query that collect data from sheets in the same workbook.
The first line at this moment looks like:
= Excel.Workbook(File.Contents("C:\Documents\my_excel_file.xlsm"), null, true)
How can I change it that it would still work even if I change file location?