J
jerem
Can anyone tell me how to set the oRng below
Dim oRng As Range
Set oRng = ActiveDocument.Content
to just the selected portion (that is, a portion that I've manually
selected) of the active document rather than having the entire document
designated as the range (if that's what Content means). So, I want to
replace .Content with whatever keyword means "just the user's selected
portion of the document". Went through the entire intellisense list to try
to find that, but didn't see anything there usable.
Would be nice to have a VBA dictionary out on the web - sort of like
webster's online dictionary.
Thanks for your help.
Dim oRng As Range
Set oRng = ActiveDocument.Content
to just the selected portion (that is, a portion that I've manually
selected) of the active document rather than having the entire document
designated as the range (if that's what Content means). So, I want to
replace .Content with whatever keyword means "just the user's selected
portion of the document". Went through the entire intellisense list to try
to find that, but didn't see anything there usable.
Would be nice to have a VBA dictionary out on the web - sort of like
webster's online dictionary.
Thanks for your help.