View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
jeffy jeffy is offline
external usenet poster
 
Posts: 4
Default How to turn off standard control functions

Thank you all very much!

"JL" wrote:

I am writing some arrays that were filled with data from text files into
cells and every time I write to a cell the code jumps to the
Worksheet_Change() function. I do have some conditions in there that get
checked for use in other places but I would like to turn that off for some of
my operations. What is the code for turning off these functions? Thank you!