timer conflict

S

SJ

Hi,
I have a timer funciton that calls some routines every minute. The problem
is that if I am using a userform the timer process interupts and causes the
form to fail.
Any ideas on how to remedy this?

Thanks,
Steve
 
B

BrianB

I would set up a variable and change it when the form is in use, then
change it back when the form is closed. Your timer routine can then
check this variable before trying to do anything.



Regards
BrianB
===================================
 

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