Optimising Picture Size with Compression

K

Kim

Through VB how can I optimise the compression of pictures in my documents?
Assume I want to open the document and then optimise all the pictures in the
document. Thanks in advance
 
J

Jonathan West

Which version of Word are you using? There are features for this available
in Word 2002 and later that are not available in earlier versions
 
J

Jonathan West

Hi Jason,

For Word 2002 and later, the following line of code will display the
Compress Pictures dialog

CommandBars.FindControl(ID:=6382).Execute
 
Top