![]() |
#1
|
|||
|
|||
![]()
I am working on a document with numerous screenshots of software windows. The author obviously pasted these in without converting the graphic file format. The document is now too large for users to download.
I've recorded a simple macro to cut the graphic and then use Paste Special to reinsert it as a GIF file. What I would like to do is create a macro that would go through the entire document, find each graphic, convert each to GIF and then repaste the modified graphic. Can anyone help with the VBA to do this? Here's the "little" macro: Sub ConverttoGIF() ' ' ConverttoGIF Macro ' ' Selection.Cut Selection.PasteSpecial Link:=False, DataType:=13, Placement:=wdInLine, _ DisplayAsIcon:=False End Sub |
Tags |
macro, macro find graphics, paste special |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Orifacious | Word VBA | 27 | 03-29-2022 02:58 PM |
![]() |
cc9083 | Word VBA | 2 | 02-23-2015 01:22 AM |
![]() |
shabbaranks | Word | 3 | 05-18-2011 08:59 AM |
![]() |
gchan2000 | Excel | 1 | 08-17-2010 01:36 PM |
Convert a file from HTML to WORD format weblayout view | gtselvam | Word | 0 | 12-02-2008 03:53 AM |