Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
dim stk
Dim docPropertySet3 As PropertySet docPropertySet3 = rDoc.PropertySets.Item("User Defined Properties")
docPropertySet3.Item("QTY").Value
That anyone tell me why this code fail... This is not all the code .. it is a part of a very large complex code but the code work before I wantet to have som nummber on each partnummer export to a excel list.
I simple list want to add the QTY to the date. but as soon as I add the code it fail
Solved! Go to Solution.