Hallo
Habe bei einen Programmteil ein Problem
Alle funktioniert
außer speichern
Dim oDraw As DrawingDocument
Dim oSheet As Sheet
oDraw = _invApp.Documents.Open("D:\test\111.ipt") -
oSheet = oDraw.ActiveSheet
Dim oDoc As Document
oDoc = _invApp.ActiveDocument
REM längen
oDoc.UnitsOfMeasure.LengthUnits = UnitsTypeEnum.kInchLengthUnits REM ist zoll
REM gewicht
oDoc.UnitsOfMeasure.MassUnits = UnitsTypeEnum.kLbMassMassUnits REM ib us
oDoc.Save() *******************funktioniert nicht !!!!!!!!!!!!!!!!!!!!!
oDoc.Close()
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP