How can I create a query that points to a worksheet in my current file? If I use
Source = Excel.CurrentWorkbook()
This returns just a list of Tables, not Sheets.
I need to get the same effect as File.Contents but for the CurrentWorkbook.
What is the syntax for this?
Source = Excel.CurrentWorkbook()
This returns just a list of Tables, not Sheets.
I need to get the same effect as File.Contents but for the CurrentWorkbook.
What is the syntax for this?