View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anderflash Anderflash is offline
external usenet poster
 
Posts: 5
Default Functions in objects

Well, I know that we can use a named range with a offset function in a SERIES
function of a chart. So, the chart will have more interactivity.

I want to know if can I use a function or a named range to interact with a
linked object inserted by Insert - Object (Option 'Link to file'). After, I
want to change the object according to a cell's value (for instance: if A1 =
1, then the object will show document1.doc, if A2 = 2, object will show
document2.doc, and so on)

When I insert the linked object, the formula bar shows
=Word.Document.8|'C:\Documents and Settings\UserName\Desktop\New
Folder1\document1.doc'!''''

Is there a way to interact with this string?