It also depends on how often you need to do this. If it is something you regularly need to do with a specific table cell, then you could simply declare that cell as an object and then go to it with one instruction.
I could also add that it is very possible that you do not need to go to it at all. VBA makes it easy to action any given cell without ever putting the Selection there.
|