Exporting Utilities (VBA)

The engine.
Post Reply
kaixo
Posts: 3
Joined: Wed Apr 07, 2010 8:29 pm

Exporting Utilities (VBA)

Post by kaixo »

I have constructed a complex network, for which I need to populate the values of different policies in the reward node in order to solve the system. All combinations of all interests are created and assigned values in VBA then written to a tab delimited .txt file. As opposed to having to copy and paste these values into the reward node, I'd like to write a few VBA lines to print these values directly into said node, and solve the system. How might I this be done?

MANY thanks in advance!
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Exporting Utilities (VBA)

Post by shooltz[BayesFusion] »

Are you using SmileX from VBA? If this is the case, you won't be able to modify node definition. SmileX doesn't expose such functionality.
Post Reply