![]() |
|
#4
|
||||
|
||||
|
The code works in all Word versions. If the text is part of an image, it is no longer text, but pixels in an image; in that case, you need OCR software, not a macro.
Since the code you posted only concerned textboxes that were shape objects, that is what I showed you how to extend; you did not mention the need to process inlineshapes. The mere fact the code reports all the extracts as being from textboxes is inconsequential; outputting each & every shape type as well would require considerably more code - there are 24 different shape types. WordArt is normally not a Shape object but an InlineShape object; if you want to extract such text, you need to process InlineShape objects as well. I suggest you have a go at that - it's not a major undertaking.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What are the minimum margins most printers can handle? | 20GT | Word | 3 | 11-08-2014 10:40 PM |
Display result in textbox based on the input of another textbox
|
scarymovie | Word VBA | 5 | 05-16-2012 07:05 PM |
Shapes don't have green handle
|
rdy4trvl | Drawing and Graphics | 4 | 05-15-2012 09:53 PM |
How does Powerpoint handle resolution of images?
|
noni | PowerPoint | 2 | 08-09-2010 03:32 PM |
| How to handle resources that have Bid on project | rrmccabe | Project | 0 | 03-21-2010 12:39 PM |