Word: Check if cursor is in table cell (and move to next cell) #4470
Unanswered
FroggieFrog
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to insert some text in a table cell and move the cursor to the next cell.
How can I check if the cursor is inside a table cell?
How can I move the cursor to the next cell?
Inserting the text is done via the following code:
Although I said
Word.InsertLocation.end
the cursor is still where it was before and not moved after the inserted text.I also have a working VSTO-AddIn where I used the following code, but was not able to find the corresponding JavaScript APIs.
Beta Was this translation helpful? Give feedback.
All reactions