#1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default web refresh question

Data source is an online XML stream mapped onto Excel

Instead of using the command

ActiveWorkbook.XmlMaps("java_Map").DataBinding.Ref resh

Is there a VBA way of refreshing just the required mapped cells

Sheets("Sheet1")
Range("Y3:AA53")

in order to speed the process up? It seems to hang the system for about half
a second to refresh the whole thing.

Many thanks




  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default web refresh question

I don't think it would save a significant amount of time. You still have to
open the XML file and parse through the XML file to find the range of data
you are looking for. The time it takes depends on the size XML file, not the
amount of data in the Excel going into the spreadsheet.

"teepee" wrote:

Data source is an online XML stream mapped onto Excel

Instead of using the command

ActiveWorkbook.XmlMaps("java_Map").DataBinding.Ref resh

Is there a VBA way of refreshing just the required mapped cells

Sheets("Sheet1")
Range("Y3:AA53")

in order to speed the process up? It seems to hang the system for about half
a second to refresh the whole thing.

Many thanks





  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default web refresh question


"Joel" wrote in message
...
I don't think it would save a significant amount of time. You still have
to
open the XML file and parse through the XML file to find the range of data
you are looking for. The time it takes depends on the size XML file, not
the
amount of data in the Excel going into the spreadsheet.


Guess that's probably true. Thanks for the response


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Complicated ODBC data refresh question. JDNETTC Excel Discussion (Misc queries) 6 January 30th 08 11:36 PM
Create refresh button in worksheet to refresh Pivot Table Data Ron Excel Worksheet Functions 1 October 13th 07 01:20 AM
How can I 'Enable Automatic Refresh' for Query Refresh by default Anand Deshpande Setting up and Configuration of Excel 0 December 10th 06 04:47 AM
Excel Pivot Table Refresh Question David D Excel Discussion (Misc queries) 2 August 25th 05 01:00 PM
Query Refresh-Enable Automatic Refresh Dialogue Box Terri Excel Discussion (Misc queries) 0 May 6th 05 08:21 PM


All times are GMT +1. The time now is 09:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"