hello, any know how I can remove a picture from file (.doc) with vba
code??
( i dont know the name of picture to remove)
thx in adv.
You need some means of identifying the picture. Is it "floating" or
"inline"? The method required is different in the two cases. Is the picture
the only one in the document? If not, what method is available to work out
which is the right one? Is it the only one on the first page for instance?
Once you have a completely unmistakable way of identifying the right
picture, it is not hard to delete it. But we need to work first on
identifying it.