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
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