Thread: Resetting Find
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
kirkm[_8_] kirkm[_8_] is offline
external usenet poster
 
Posts: 166
Default 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