View Single Post
 
Old 10-07-2013, 08:01 PM
fumei fumei is offline Windows 7 64bit Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

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.
Reply With Quote