If you are looking for programming...
I'm not entirely sure if I understand what you need, but this code will
place in a variable whatever word the cursor is abutting (either front or
back) or on:
Dim strWord as String
strWord = Selection.Range.Words(1).
If you're trying to rewrite how your context menu works (right click), then
maybe this code from Excel will give you a head start:
http://exceltips.vitalnews.com/Pages/T0144_Adding_Items_to_a_Context_Menu.html
The cursor remains where it was and the word is not actually selected.
> Hi,
>
[quoted text clipped - 4 lines]
> It is like similar to what MS Word offers when we right click any word and
> select "Lookup" from the context menu or use "Spell Check" for it.