Re: check if specific picture exist in footer by Jezebel
Jezebel
Fri Oct 27 17:12:40 CDT 2006
Not easy. You can check that there is *a* picture by checking the footer
range shapes and inlineshapes collections: if the collection is not empty,
then check the type of shape to see if the shape is a picture.
But I don't know any way to check what the picture actually is. I guess you
could export it to a file then compare that file with another copy of the
picture you're checking for.
"4tis" <garbagem@walla.com> wrote in message
news:1161979146.332272.129180@m7g2000cwm.googlegroups.com...
>i need to check if specific picture by pic name or something else is
> exist in the first page footer or in the primary footer.
> i need to check it with VBA code from macro in word
> thanks
>