Edit links

V

vbcraft

Hi,

I would like to have the Links (edit links) update to point to the
appropriate desktop location where the options sheet (the .xls file with all
the drop downs) is located. Each users desktop path name is different.

changed the linked file location (i thought)???:
ActiveWorkbook.ChangeLink Name:="C:\Option.xls", NewName:=sPathDeskTop &
"\Option.xls", Type:=xlExcelLinks

opens the options file:
Workbooks.Open Filename:= sPathDeskTop & "\DatVal.xls"

Problem: In the Edit|Links menu the location is still "C:\" and the drop
downs don't work.
 
V

vbcraft

sorry (Datval.xls ...should be Options)
opens the options file:
Workbooks.Open Filename:= sPathDeskTop & "\Options.xls"

Please help if you can!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top