All I see in the manual is the Function... and it doesn't seem to be able to do what I want to, which is regroup all my subs (or functions) in a single file so that when I modify one sub, I can simply copy it in every netlogon folder instead of modifying every files.

I'll give an exemple... Let's say a create a file called subs-funtions.kix, which contains sub1 and sub2. From my main kix file, I would like to be able to do something like this : call "subs-functions.kix, sub1".

Is UDF able to do that ?