GBressinck
Technical User
Does anyone know how to call a function that resides in another project ?
I have a set of utility function that I want to use in different projects, therefore I created a file utils.dot that word loads automatically at startup.
Now I want to create a new project MyProject, in which I have a module MyModule with function MyFunc() that should make use of a function in the Utils project (e.g. the project Utils has a module ProcesUti in which a function GetProcessId resides).
How can I call the function GetProcessId from within MyFunc?
I have a set of utility function that I want to use in different projects, therefore I created a file utils.dot that word loads automatically at startup.
Now I want to create a new project MyProject, in which I have a module MyModule with function MyFunc() that should make use of a function in the Utils project (e.g. the project Utils has a module ProcesUti in which a function GetProcessId resides).
How can I call the function GetProcessId from within MyFunc?