|
-
Oct 6th, 2005, 03:09 PM
#1
Thread Starter
New Member
Exporting images from MS Word to file
In VBA I need to export images (InlineShape) from MS Word (2002) to .gif files. I start to do this with clipboard, copy image to clipboard and
Dim Hnd As Long
Hnd = GetClipboardData(CF_BITMAP)
now i have handle, what then, how to save data to file (better to .gif)
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|