cunningAce
Board Regular
- Joined
- Dec 21, 2017
- Messages
- 91
- Office Version
- 365
- Platform
- Windows
Hi All,
Hoping someone can help me with this.
I assume this will require VBA which i have little knowledge of,
In the below example. I want to automatically scroll to and select the cell of the equivalent Week number as the user inserts into B3.
So the result would be, M3 is now selected and had M3 not been visible on the current page view, for the sheet to have scrolled across to put it in view.
Thank you in advance for your time.
<tbody>
[TD="align: center"]3[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"][/TD]
</tbody>
Hoping someone can help me with this.
I assume this will require VBA which i have little knowledge of,
In the below example. I want to automatically scroll to and select the cell of the equivalent Week number as the user inserts into B3.
So the result would be, M3 is now selected and had M3 not been visible on the current page view, for the sheet to have scrolled across to put it in view.
Thank you in advance for your time.
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Search | Week 1 | Week 2 | Week 3 | Week 4 | Week 5 | Week 6 | Week 7 | Week 8 | Week 9 | Week 10 | Week 11 | Week 12 | Week 13 | Week 14 | Week 15 | Week 16 | Week 17 | Week 18 | Week 19 | Week 20 |
<tbody>
[TD="align: center"]3[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"][/TD]
</tbody>
Sheet1