Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #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
web refresh question teepee[_3_] Excel Discussion (Misc queries) 2 January 5th 09 02:54 PM
query after refresh question Gary Keramidas Excel Programming 2 August 24th 07 02:25 PM
Automatic Refresh Question smonczka Excel Programming 3 March 2nd 07 02:29 PM
Refresh Code Question ~C Excel Programming 1 May 2nd 06 08:12 PM
refresh data vba question JasonSelf[_8_] Excel Programming 4 February 12th 04 08:01 PM


All times are GMT +1. The time now is 09:04 PM.

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"