Hi,
I'm new to vbscript and I want to call a method that is outwith the "Sub Form_Load".

I have tried:

1) Do myMethod
2) Call myMethod
3) myMethod

I have also removed the "private" attribute from my method.
Sorry for the silly question

yogi