Thread: relative path
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jorge mst Jorge mst is offline
external usenet poster
 
Posts: 2
Default relative path

Hello
Sorry if I don't make myself clear.

I have a directory #1 with:
- €œword document.docx€ -- the content is: abc
- €œexcel document.xlsx€
and another directory #2 with:
- €œword document.docx€ --the content is: def

When I move €œexcel document.xlsx€ from directory #1 to directory #2 I need
that the content of the cell, in excel, change from "abc" to "def". The cell
in excel have to be make with a relative path and not with an absolute path
to the file €œword document.docx€.

Can you help me?
Thanks