View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vj Vj is offline
external usenet poster
 
Posts: 54
Default External Links Problem

Hi,

I am having trouble in external links path in the Excel Workbook.

I have an excel workbook which uses addIn in the back end. My addIn is
alway located in C:\AddIn\ folder in C drive.

If my workbook is located in D:\Workbook\ folder, then my workbook shows
path of the addIn as D:\Workbook\.....addInname plus C:\AddIn\...addInname
in Excel 97 even though I have routine which basically changes the external
links in the workbook to C:\AddIn.

Can someboyd suggest me why its showing path of the addIn to
D:\Workbook\.....AddInname?

Help would be appreciated.

Thanks and regards,

VJ