Many many thanks for taking the time and replying.
When the form is opened, I calculate a variable on the form Load procedure using a defined function, Like this :
A = Function(???)
Variable A is declared in the form's declaration section : Public A
On the form, I have a Text box which I...