Resetting Find
On Fri, 06 Feb 2009 20:35:47 -0600, Dave Peterson
wrote:
You could add a couple of lines of code:
Application.enableevents = false
'your find code
application.enableevents = true
Thanks very much dave, thats seems to work
perfectly.
Cheers - Kirk
|