View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
andym andym is offline
external usenet poster
 
Posts: 22
Default Temporarily Suspending Worksheet_Change() until other code is run.

Hi all,

I currently have a Worksheet_Change() procedure based upon values
changing in a certain column of my worksheet.

I now wish to add in some additional code that formats and sucks in
data from another sheet, and do not want the Worksheet_Change()
procedure to kick in until the new pre-formating code has been
completed.

Any ideas how I can accomplish this?

Regards,

andym