roc_on_the_rocks
Board Regular
- Joined
- Jun 6, 2009
- Messages
- 175
- Office Version
- 365
- Platform
- Windows
I have a case where a cell value (e.g. cell C1) defines the row number that defines the row to be plotted. So when I need to check other nearby rows, I currently need to type row numbers Up and Down. My log files can contain five thousand rows making impractical to plot everything, so I am looking for a way to 'scan' areas in my data.
It would be great if someone could help me with a VBA script where I could increment/decrement the value in that cell, by a calibrateable values (e.g. 100), by using keyboard keys, like arrows Up/Down, +/-, keys U/D, or whatever is easier. Only one increment/decrement per key stroke. Perhaps continuous increments/decrements while the key is held, if that's not too difficult.
As always, big thanks to the Mr. Excel community.
It would be great if someone could help me with a VBA script where I could increment/decrement the value in that cell, by a calibrateable values (e.g. 100), by using keyboard keys, like arrows Up/Down, +/-, keys U/D, or whatever is easier. Only one increment/decrement per key stroke. Perhaps continuous increments/decrements while the key is held, if that's not too difficult.
As always, big thanks to the Mr. Excel community.