Can a single refresh button refresh two different tables from the same excel file.
refresh([Table1]) and refresh([Table2])

Can a single refresh button refresh two different tables from the same excel file.
refresh([Table1]) and refresh([Table2])
Yes.
Refresh(Table1);
Refresh(Table2);
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."