View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
teepee[_3_] teepee[_3_] is offline
external usenet poster
 
Posts: 107
Default ActiveWorkbook.RefreshAll

Hello

I have a workbook with a lot of data from an XML stream which Excel can map.
I want to refresh specific cells rather than do an
Activeworkbook.RefreshAll, so that I can better use my bandwidth as it
refreshes very fast.

Is there such a syntax?

Many thanks