View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] atvaluesoftware@gmail.com is offline
external usenet poster
 
Posts: 10
Default Getting the source name of an OLE Object

When I insert an OLE object (Insert Object Create From File), the
caption below the actual icon is whatever filename I specified in the
Create From File textbox. Is there any way to get this source filename
by code? I remember seeing .SourceName somewhere, but it failed for
whatever reason. Does anyone have a specific example?