View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] kaininito@gmail.com is offline
external usenet poster
 
Posts: 4
Default Update links to other workbooks while running macro

Hi, this must be easy, but I´ve searched and can not find the
solution:

I have an Excel spreadsheet with realtime stock prices (spreadsheet A).
I have written a little tool in a separate file (spreadsheet B) that
links to the realtime prices and performs some checks on them.
However, while the macro is running through its user-specified amount
of loops, the data is frozen. How can I avoid this? Can I tell Excel to
keep updating the link from sheet B to sheet A, or how can I include an
update routine into the macro loop?

Thanks a lot
Kai