Hello,
I need yor help on sth very simple.
I have a ppt slide. And there are 4 boxes that are named X, Y, Z, A.
The task is to enter 3 values in box X, Y, Z...
And when The user press a button on the slide vb code to populate automatically the average value
A=(X+Y+Z)/3

I do not have enough knowledge...but the code I have started is...

Dim x,y As integer
Dim z as integer
X=textbook1.value
Y= textbook.value
Z=textbook.value
a=textbook.value
a=(x+y+z)/3

Thanks for your help.