S
Shailesh
I have a requirement where I need to load summary data in sheet1 and
then when the user clicks on a column, I need to load the related
detail in sheet2.
Currently I load summary data using the Spreadsheet1.XMLURL property .
The XMLURL contains data for just sheet1 (summary).
Is there a method similar to LoadText which can load XML directly to a
sheet like this:-
Spreadsheet1.ActiveSheet.LoadXML ......
Otherwise, is there a way I can load XML data just to sheet2, without
refreshing the entire workbook.
(I know I can do it programmatically cell by cell)
Thanks
S
then when the user clicks on a column, I need to load the related
detail in sheet2.
Currently I load summary data using the Spreadsheet1.XMLURL property .
The XMLURL contains data for just sheet1 (summary).
Is there a method similar to LoadText which can load XML directly to a
sheet like this:-
Spreadsheet1.ActiveSheet.LoadXML ......
Otherwise, is there a way I can load XML data just to sheet2, without
refreshing the entire workbook.
(I know I can do it programmatically cell by cell)
Thanks
S