Forum Discussion
Getting Data from Multiple Web Pages -- Replicate changes made using Query Editor
Hi Gurpreet,
You may create the query for one web page, after that duplicate it from the menu (right click on the query) and use for another web page. Connection string to web page could be hardcoded or defined as parameter. Or you may create the function based on such query with URL as parameter.
And one more query on the top which appends all results and loads into the summary sheet.
"duplicate it from the menu (right click on the query) and use for another web page."
I cannot find any such option. I am using Excel 2016 on Office 365.
- SergeiBaklanNov 29, 2017Diamond Contributor
That's in Queries&Connections pane in Excel sheet or in Queries pane in Query editor
- Gurpreet SinghNov 29, 2017Copper Contributor
I already tried duplicating, but as I said earlier -->
"There is an option to duplicate the in the Query editor, when I used the same, and duplicated one sheet, and changed the Data source, to be able to apply the same changes to the data from the 2nd source, it pulled the raw data, and the changes which I applied to the first sheet, were not replicated to the 2nd sheet."- SergeiBaklanNov 29, 2017Diamond Contributor
If I understood you correctly you'd like to sync changes, i.e. if you changes something in Query1 it shall be reflected in Query2. If so the function is required which you'll be use in both queries. Duplication is just kind of copy/paste, duplicated query lives independently of the source.