I am writing a macro to perform some operations on a cell in a table. Before I do anything, I want to visibly show the user which cell is being operated on. So I want to visibly highlight/select the cell the cursor is currently at, not just the text.

Is that possible? I have been looking at some code using cursors and while I can change the text properties such as colors, I cannot make the cell appear selected.
Any ideas.
Thanks.