Jump to content

Recommended Posts

Posted

I would like to get the text of many sparsed documents in forms and textboxes and the only way I found is using ShapeRanges

Unfortunately unlike shapes and sections I can't loop

how can I translatre the following code into autoit?

Dim rngStory As Range

For Each rngStory In Activedocument.StoryRanges

Next rngStory

Any ideas are welcome

Posted

Maybe

For $rngStory In $oWord.Activedocument.StoryRanges
   ; processing goes here
Next

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
:D

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...