HELP!!!!!!!!!!!!please!!!!!!!!

G

Guest

Hi all
I need to find a function that lets me update the data quickly and easily
for counting the number of phone calls visitors that come in to the centre.
eg a tally function or add one per click of the mouse type thing. Any
ideas?????
please help im going nuts and bannanas over this.
thanks rosie
 
L

L. Howard Kittle

Hi Rosie,

Check out Spinners or put this in the sheet modual and assign to a button
from the Forms tool bar.

Sub TeleCounter()
Range("F1").Value = Range("F1").Value + 1
End Sub

HTH
Regards,
Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top