Calling function from another project
Hi,
need in my VBA macro to call function from another sub-project.
The expression:
Public Sub LeftClickDown_Default(obElem As Element)
zenOn.Projects.Item("Name_of_sub-project").RtFunctions.Item("f_sw_ups").Start
End Sub
- doesn`t work. What`s wrong?
This is a migrated post! Originally posted on 06.03.2012 by user croc. Please be aware that information can be outdated.