This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello everyone,
I would like to know if it is possible to automatically copy all the queries from a file and paste them into a worksheet (see screenshot below).
Thanks in advance
Solved! Go to Solution.
Hi @Mederic
en VBA
For i = 1 To ThisWorkbook.Queries.Count
Cells(i, 1) = ThisWorkbook.Queries(i).Name
Cells(i, 2) = ThisWorkbook.Queries(i).Formula
Next i
Stéphane
@slorin ,
I've just tested it and it's perfect,
The code also includes the names of the queries,
thank you very much.
Have a nice evening
Hello @slorin @, best wishes and happy new year, thank you for your reply. I'll test it as soon as I get home. I'll get back to you. Best regards
Hi @Mederic
en VBA
For i = 1 To ThisWorkbook.Queries.Count
Cells(i, 1) = ThisWorkbook.Queries(i).Name
Cells(i, 2) = ThisWorkbook.Queries(i).Formula
Next i
Stéphane
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |