Hysys Excel Automation

Hysys Excel Automation Training

Tuesday, October 1, 2013

How to Use Hysys Splitter in VBA

Hi there, This post is requested by Mayembe. He asked me to post a VBA code in Excel to access Hysys splitter. Here is the VBA example ================================================= ' VBA code starts here Option Explicit Public hyApp...

Wednesday, May 15, 2013

Pipe Segment of Aspen Hysys Through Excel VBA

Now, we're trying to access pipesegment on Aspen Hysys 7.3 through VBA. This post is an answer of previous post comment. Here is the example Create a table as shown figure Then add following VBA code Option Explicit Public hyApp...

Friday, May 3, 2013

How to create and acces molar component (molar flowrate, composition, ect)

It has been so long time not to update this blog. And now I'm posting how to access stream component fraction, component molar flowrate and mass flowrate. Here is the VBA example Option Explicit Public hyApp As HYSYS.Application Public...

Friday, June 10, 2011

Hysys Type Library

I forgot to mention about this one. Hysys simulation won't run if there is no Hysys Library on Excel. Hysys library can be found and activated through Microsoft Visual Basic - Tools - References. Find Hysys Type Library, activate by check...

Hysys Training to Link Hysys Valve to Excel

Linking Hysys Simulation to access HYSYS UNIT OPERATION VALVE using VBA macro. Here is the source code: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Option Explicit Public hyApp As HYSYS.Application Public simCase...

Thursday, June 9, 2011

Hysys Tutorial to Link Hysys Streams on Excel

How to link Hysys Simulation to Excel? Open Example1.HSC. This file is generated in Aspen Hysys V7.1, may not work in previous version of Hysys, such as Hysys 2006 or Hysys 3.2. If you have older version of Hysys, make your own simulation...