N
Nick Transier
I am looping through my documents with the simple code
Dim para as Paragraph
for each para in ActiveDocument.paragraphs
para.Range.select
'do stuff
next para
I need to be able to check whether the selection is a table or an inline
image. Is it possible to do this? If not, how can I loop through the code
selecting the tables and images?
Thanks-
Nick
Dim para as Paragraph
for each para in ActiveDocument.paragraphs
para.Range.select
'do stuff
next para
I need to be able to check whether the selection is a table or an inline
image. Is it possible to do this? If not, how can I loop through the code
selecting the tables and images?
Thanks-
Nick