Search found 1 match
- 07 March 2019, 12:44
- Forum: COCO (AmsterCHEM)
- Topic: Read/Write Stream/Unit Operation parameters using COM
- Replies: 1
- Views: 10272
Read/Write Stream/Unit Operation parameters using COM
I want to read the temperature of the stream and the parameter of the unit operation using Automation COM Interface of COFE in Excel. I have the following code: Sub Button1_Click() Dim document As COFE_Document Dim unit As ICapeUnit Dim uti As ICapeUtilities Dim stream As ICOFEStream Set document = ...