vba - Current Line in MS Word

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Trevor Fairchild

    vba - Current Line in MS Word

    This is so stupidly simple I can't believe I can't figure it out.
    I need to have vba code identify what line of the page I am currently
    on in an MS Word Document.

    Not which paragraph or anything, just what line of the current page.

    I can see how to change the # of lines per page, and how to get the
    curLine in a Text Box, and the object.line property of a TextStream,
    but nothing for what I am hunting for. I checked the Pages collection
    in MSDN and couldn't identify any property for current line.

    I'm emabarrased to have to even ask the question, but does anyone know
    the answer?
Working...