Excel VBA: How to track changed cells
- From: "Jens Lenge" <Spampot@xxxxxxx>
- Date: Thu, 22 Sep 2005 13:59:09 +0200
Hello world,
I'd like to have an Excel 2003 VBA macro be automatically called each time that the user changes the value of a cell (by either directly entering a new value of using copy/paste).
* How can I make my macro be automatically called in such a case? * How can I detect which cells was changed from inside the macro?
My macro should check the new cell value and change it under certain conditions. In case the cell value is changed by my macro, is there a way to prevent the macro from being called again for the same cell?
Jens
.
- Follow-Ups:
- Re: Excel VBA: How to track changed cells
- From: Tushar Mehta
- Re: Excel VBA: How to track changed cells
- Prev by Date: Urgent !!!! Excel Tray Switching Problem
- Next by Date: Re: Excel VBA: How to track changed cells
- Previous by thread: Urgent !!!! Excel Tray Switching Problem
- Next by thread: Re: Excel VBA: How to track changed cells
- Index(es):
Relevant Pages
|
|