View Full Version : [SLEEPER:] InlineShape.LinkFormat.SourceFullName
KalvinFX
02-21-2013, 01:06 AM
Why in word 2010 I cannot expose the source file name of an embedded chart?
It worked fine in earlier versions of Word(2003-2007)?
I'm using VBA, is there another way or method?
fumei
02-21-2013, 12:36 PM
Are you sure:
.Type = msoLinkedOLEObject
KalvinFX
02-22-2013, 06:07 AM
I am expection InlineShape.LinkFormat.SourceFullName to return a full path and file name?
Such as:
sPath = InlineShape.LinkFormat.SourceFullName
(sPath = "c:\pathName\graphicName.eps")
In word 2010 this now fails?
fumei
02-22-2013, 05:20 PM
I realie what you are expecting...but you are not getting it. So I ask again. Are you sue the .Type is, in fact, msoLinkedOLEObject
KalvinFX
02-25-2013, 08:36 AM
No the .type = 3 which is msoChart? How would I get the source path of the chart? Look's like things are treated differently in Word 2010?
Thanks
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.