View Single Post
  #2  
Old December 24th, 2009, 07:18 AM posted to microsoft.public.excel.links
Bill Manville
external usenet poster
 
Posts: 258
Default Updating links to add-ins

It probably decides that a recalculation is in order after it has
changed a link; that will recalc the UDFs in appropriate circumstances.

I would suggest getting Workbook_Open to call the link-changing
procedure after the other workbook open actions have completed

Workbook_Open does
Application.OnTime Now, "LinkChanger"
and
Sub LinkChanger() in a normal module does what Workbook_Open used to
do.

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup