Forum Discussion
Tom_Griffith
May 16, 2023Copper Contributor
VBA - Range to include numbered lists
Hello. If you have a minute, I'm extracting text from a range within MS Word...for example... targetRange.Start=200 targetRange.End=500 This returns all the text (targetRange.Text) but since...
May 16, 2023
Tom_Griffith What do you want to do with the range?
Tom_Griffith
May 17, 2023Copper Contributor
Hi. I'm trying to extract the wording from the range in MS Wprd and put it into a text field in a db. However, the numbered list labels aren't caught with Text and FormattedText. thank you so much