View Single Post
 
Old 01-03-2024, 09:22 AM
hss001 hss001 is offline Windows 10 Office 2021
Novice
 
Join Date: Dec 2023
Posts: 20
hss001 is on a distinguished road
Default

Is anyone else able to advise on this?

I don't really understand the replies.

Basically, all I want to do is use the below code to get the whole sentence of the selected word. BUT - this doesn't work if the word is in a table

Code:
sStringVariable = oWordApp.Selection.Sentences(1)
Reply With Quote