Hello.
I have integration project with 6 subprojects. One of the task is to running some subproject VBA functions from integration project main screen.
For example, I use the code like this:
Code:
ApplicationED.Projects.Item("SUBPROJECT_NAME").RtFunctions.Item("SUBPROJECT_FUNCTION_NAME").Start
But nothing changes.
This code, for changing variable, works fine:
Code:
Projects.Item("SUBPROJECT_NAME").Variables.Item("SUBPROJECT_VARIABLE_NAME").Value = 1
Where is my fail? Should I change some project settings for correct work?
Thanks