Hi,

I'm new here and desperately in need of help.

I am struggling with code to create a userform which has a Cancel button. I want this rather long task to be performed as long as the user does not click the Cancel button. Otherwise it should keep performing the tasks until the whole document has been covered.

I think the way to go about his is to create a Timer control on my form, which will keep performing the task, unless cancelled by the user.

The problem is that the Timer Control is not available in Microsoft Word 97 Visual Basic for Applications. How can I port Visual Basic's Timer Control into Microsoft Word 97. Please help.

Thanks in advance.

Shr