G'day "Jeffrey A. Voigt" <voigt.jeffrey@myfloridahouse.com>,
Tip1: Goto works with the selection only
Tip2: What is the characteristic of your target line? That's what we
need to tell you how to find it :-)
Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com
steve from wordheretic.com (Email replies require payment)
Jeffrey A. Voigt reckoned:
OK. Basically we have an app where we are adding a new word button to do
the following.
User Enters in Starting Line # and Ending Line #. The app must highlight
the lines request. I.E: User Inputs 9 & 20. The app must highlight lines 9
through 20. However, the lines that should be highlights are the the lines
with 9 (on the left side) through 20 (on the left side). This does not work
since tables and a few other objects are now line numbered and the selection
object (I thought) will go to the direct line (with no relation to the line
numbers printed, rather only the number of lines to move down from the
beginning of the page).
Please let me know if there is something I'm overlooking!
Thanks,
- JV
> G'day "Jeffrey A. Voigt" <voigt.jeffrey@myfloridahouse.com>,
>
[quoted text clipped - 33 lines]
> >Thanks
> >- J
Word Heretic - 05 Aug 2004 21:04 GMT
G'day "Jeffrey A. Voigt" <voigt.jeffrey@myfloridahouse.com>,
If each line is its own paragraph, you could count down each para,
test the Selection.Information for being in a table and if so ignore
it.
If it is truly line based, and not para based, it gets a lot trickier.
Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com
steve from wordheretic.com (Email replies require payment)
Jeffrey A. Voigt reckoned:
>OK. Basically we have an app where we are adding a new word button to do
>the following.
[quoted text clipped - 54 lines]
>> >Thanks
>> >- J