T
Trevor
Hi,
Hope someone can help.
I need to be able to set the 'end of sheet' as in Ctrl+End
If I make a sheet of (say) 5 columns by 20 Rows and
Ctrl+End the cursor goes to cell E20.
If I then delete rows 2 to 20 (Rows not contents), and
repeat Ctrl+End the cursor still selects Cell E20. I want
it to select E1.
I am actually doing the deletion etc. in code, and I am
deleting the rows rather than the contents, I want the
code equivalent (which I can work out how to do once given
a pointer to how) of Ctrl+End to take me to the end of the
revised sheet
TIA
Trev
Hope someone can help.
I need to be able to set the 'end of sheet' as in Ctrl+End
If I make a sheet of (say) 5 columns by 20 Rows and
Ctrl+End the cursor goes to cell E20.
If I then delete rows 2 to 20 (Rows not contents), and
repeat Ctrl+End the cursor still selects Cell E20. I want
it to select E1.
I am actually doing the deletion etc. in code, and I am
deleting the rows rather than the contents, I want the
code equivalent (which I can work out how to do once given
a pointer to how) of Ctrl+End to take me to the end of the
revised sheet
TIA
Trev