Thanks dingo. On a related note, I was trying out emptying a watchlist, but the code below deletes each ticker from the watchlist one by one:
============= For Each stock In oAB.Stocks stock.WatchListBits = stock.WatchListBits And Not (wlbit) Debug.Print stock.Ticker; stock.Quotations.Count Next ============= The problem with the code above is that, when the watchlist has many tickers, the process is slow. Now I've gone through the Object model but can't seem to find a procedure to efficiently empty a watchlist (like how we can simply select 'erase (make empty)'). Does anyone have a way? Thanks. - Winston --- In [email protected], "dingo" <[EMAIL PROTECTED]> wrote: > > When finished with the additions, etc. Do a AB.Refreshall. > > d
