I use Power Query to load data from external sources into several Excel Tables. Before sending this Excel to a client I would like to remove all Power Query queries (M code) while keeping the output/query Tables in place. My current workaround is:
- unload Power Query
- convert each table to range
- load Power Query
- delete queries (M code)
Is there a better/faster way to achieve what I want?