AshikHusein
Registered User.
- Local time
- Today, 00:50
- Joined
- Feb 7, 2003
- Messages
- 147
I am a very new VBA programmer for Excel. I would like to know how to do the followinG
I am using a worksheet_Change event handing procedure.
When a cell is changed the active cell is changed depending on which key you use. (ie if you use the right arrow key, the active cell is one cell right to the changed cell)
I want Excel to remember the changed cell so that I can use the address of the changed cell to reference other cells. I would like to know a way to program this.
Will really appreciate help for the above, Thanks.
I am using a worksheet_Change event handing procedure.
When a cell is changed the active cell is changed depending on which key you use. (ie if you use the right arrow key, the active cell is one cell right to the changed cell)
I want Excel to remember the changed cell so that I can use the address of the changed cell to reference other cells. I would like to know a way to program this.
Will really appreciate help for the above, Thanks.