Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6720923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:16:10+00:00 2026-05-26T09:16:10+00:00

i need to replace images in my word document by text like: graphic1 ->

  • 0

i need to replace images in my word document by text like:
graphic1 -> text1
graphic2 -> text2
etc

Any ideas? is that possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:16:11+00:00Added an answer on May 26, 2026 at 9:16 am

    So far best way was to go and find distictive properties of images (like height and width) and replace them as below:

    Dim myShape As InlineShape
    
    
    For Each myShape In ActiveDocument.InlineShapes
      myShape.Select
      ActiveWindow.ScrollIntoView Selection.Range
    
      Select Case myShape.Width
      Case "13,5"
    
        Selection.Delete
        Selection.TypeText Text:=" g1"
      Case "8"
    
        Selection.Delete
        Selection.TypeText Text:=" g2"
      Case "19,5"
    
        Selection.Delete
        Selection.TypeText Text:=" g3"
      End Select
    
    Next myShape
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an URL like this: http://site.com/images/961b7d0e50f0462a8828d31bf0874a71/lightbox I need to string.format replace the GUID
Need to replace a domain name on all the links on the page that
I need to replace all & in a String that isnt part of a
I need a way to remove unused images from my filesystem, i.e. images that
I need to just do a quick match and replace all that comes from
I have four images on a page that on hover, needs to replace the
HI all, I have a bunch of images that I need to wrap in
I would like to replace images on click but also have the replaced image
I need to replace some images in my application. As a result I deleted
I need to replace in a php file some text from DB with preg_replace

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.