Get a cell's previous value

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

Is there a cell (or range) property that can be used to get the previous value of a cell? I would
like to run an if statement based on whether the new value is greater than or less than the old value

Thanks,

Rick
 
No. You would have to write code to "remember" the value of the currently
active cell in a global variable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top