I'm still trying to pause my ptogram for a tenth of a second.

it was recomended to me to use this line

Declare Sub pause Lib "kerne132" (ByVal dwMilliseconds As Long)

And then call it with

call pause(*time in milliseconds*)

the problem is where ever I put the Declare Sub... in the program it balks. If i put it at the top with my globals, it says it's not allowed in the Public members of the object modual. any where else, it says "Comments only may apear after end sub..." Even it I have it within a proceduer.

Please repspond quickly.
Thanks