@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
Is it possible to have one main program with a variety of scripts to choose from?
-
@wocky if you have a premium version, then you can upload the script to the bas server and it will be automatically updated by your users. You will have to combine the functionality described by you into one script, but I do not recommend doing this, you will have a very complex and confusing script