The ComsolUtil and RibbonUtil Objects
LiveLinkā„¢ offers dedicated methods to interact with the COMSOL server from Excel. These methods are accessible using a ComsolUtil object.
To create a ComsolUtil object enter:
Set ComsolUtil = CreateObject("comsolcom.comsolutil")
See Methods in the ComsolUtil Class section to get more information about the methods available using the ModelUtil object.
In addition to the COMSOL Utility object you can create the COMSOL RibbonUtility object, which allows to access each operation available from the COMSOL ribbon using specific methods.
To create a RibbonUtil object enter:
Set RibbonUtil = ComsolUtil.GetRibbonUtil
See Methods in the RibbonUtil Class section to get more information about the methods available using the ModelUtil object.