07-06-2023
03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-06-2023
03:20 AM
wrong reading of Desity. why and how to fix it ?
I have a code that read the Density. but some times it read it wrong ... is there a way to fix it ?
My current code look somthing close to this, but if I run it on the files I send it say densit is = 1 but it is 3,141 . normaly I can just make small change in the file... and it will fix it .. but I would like to have the right number always.. is that possible ?.. My real code run on an assambly
Dim rDoc As Document
rDoc = ThisDoc.Document
Dim docPropertySet As PropertySet
docPropertySet = rDoc.PropertySets.Item("Design Tracking Properties")
Dim test
test = docPropertySet.Item("Density").Value
MsgBox(test)