To tell the thruth, I'm almost ashamed to ask such a question, but I haven't have much of a choice...
I want to know how to call a Sub from an object.
I've got no trouble calling on functions, yet when I call on a Sub,
IE : Generator.GenerateVariables(Param1, Param2)

I get an error :" = Excepted"
Does that mean VB believe it isn't a Sub, rather a property ??

I can't figure this out...