Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
CustomDocumentProperties problem...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Bob Phillips, post: 6062212"] Jens, It appears that when you used a LinkedSource, the documentproperties doesn't actually hold the value (which makes sense), but picks it up from the LinkedSource. When you look in properties, it looks up that value. In your code, you need to do the same Sub DisplayPropertyInfo(dp As DocumentProperty) MsgBox "value = " & Range(dp.LinkSource).Value & Chr(13) & _ "type = " & dp.Type & Chr(13) & _ "name = " & dp.Name End Sub [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
CustomDocumentProperties problem...
Top