View Single Post
  #1   Report Post  
Steve
 
Posts: n/a
Default How can I force a worsheet to recall functions.

Hi,

I have a VBA function that is invoked multiple times in Sheet2. The function
scans a column in Sheet1 and returns a single string item. If I change the
Sheet1 column data, how do I request Sheet2 to "recall" the function to
reflect the new Sheet1 data.

Thanks.

Steve