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:
ApplicationED.Projects.Item("SUBPROJECT_NAME").RtFunctions.Item("SUBPROJECT_FUNCTION_NAME").Start
But nothing changes.
This code, for changing variable, works fine:
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
This is a migrated post! Originally posted on 23.07.2021 by user maryanp. Please be aware that information can be outdated.