I hate to ask such a noob question, but what is the difference between dim & private?
I searched the forum but couldn't find. Just updated to 3.20 and noticed after using Designer-Tools-Generate members it uses Private for spinners,buttons,etc. Before it would use dim. Going from examples I've used dim in Sub Process_Globals, Sub Globals, and my private subs. I haven't advanced to using other modules yet, so I don't know if that matters.
As a test I just put variables in all three and test compiled and it was successful. So I guess I'm asking when is the time to use each one?
Thanks
I searched the forum but couldn't find. Just updated to 3.20 and noticed after using Designer-Tools-Generate members it uses Private for spinners,buttons,etc. Before it would use dim. Going from examples I've used dim in Sub Process_Globals, Sub Globals, and my private subs. I haven't advanced to using other modules yet, so I don't know if that matters.
As a test I just put variables in all three and test compiled and it was successful. So I guess I'm asking when is the time to use each one?
Thanks