Message 1 of 7
API path to iproperties values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to write a macro that needs a path to read/write to the iproperties within a .ipt file. For instance I want to be able to change the Title, the keywords, and the vendor of a .ipt file using visual basic code. I tried using ThisApplication.ActiveDocument.PropertySets.Item.Item.Value and other variations, but cannot seem to find a valid path. If you have knowledge of this could you also provide a sample of code?