Does anyone know how to move focus out of a table after you write data to a cell. I tried placing a bookmark after the table & it works but its no good since i'd need to place loads into the template and i don;t know how many rows the recordset will return each time.

I tried Sendkeys "{DOWN}{DOWN}" but that does nothing, whereas thats what u would do if typing into the document manually.

Basically - i need to move the focus - or cursor to the line after the table i'm moving through in code.

real frustrating cos it probably a one liner...

any ideas?