VB Logic Failing when Word is invisible.

S

Suresh Babbu

Have a logic to move the cursor to a line after 778 points.
This is working fine when word is in visible mode.
But when word is in invisible mode it si not working as
expected.

The problem is in "TypeParagraph" this is not placing an
enter in the current line and moving to the next line.

Do While Round(.Selection.Information
(wdVerticalPositionRelativeToPage), 2) < 778
WordObj.Selection.TypeParagraph

Loop

Any help on this should be great.

Thanks
Suresh

Thanks
Suresh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top