1. What's the question?
2. Why are you doing this? Presumably you don't want to find custom tab
stops simply for the sake of doing so.
3. What's an 'intCtr' ?
1. How do I retreive the start and end horizontal position for the custom
tab stop? How do I retrieve it's index position w/in the tabstop collection
for the paragraph it is in?
2. I am doing this so that: I can replace the custom tabstop with a number
of characters (depending on the type of custom tab stop: periods for period
fill, hyphens for hyphen fill, underline for underbar fill) that span the
width of the original tabstop (thus the need for the start and end position
so that I can begin inserting my substitute characters at the start of the
tabstop using it's start horizontal position and stop inserting my substitute
characters at the end of the tabstop using the tabstop's end horizontal
position.
3. An intCtr is a variable name for a counter. I do not want to use an
intCtr to track which tabstop I'm on it the tabstop collection, since I will
be deleting tabstops w/in the collection as I move along. The intCtr, after
the first tabstop deletion, would become inaccurate for looping through the
tabstop collection of the paragraph collection for the Word document.
I hope these answers helped to clarify what I'm trying to do. Please do not
hesitate to ask more question! Thanks in advance for any suggestions you can
offer!
> 1. What's the question?
>
[quoted text clipped - 27 lines]
> >
> > MsgBox sTmp
Jezebel - 26 Jan 2007 05:56 GMT
Put your proposed method aside for the moment, and just explain what you
want to end up with (not how you think you might go about it).
> 1. How do I retreive the start and end horizontal position for the custom
> tab stop? How do I retrieve it's index position w/in the tabstop
[quoted text clipped - 62 lines]
>> >
>> > MsgBox sTmp
LostInMD - 30 Jan 2007 20:02 GMT
My end product would be removing all leader fill via custom tab stops from
the document and replacing them with periods, hyphens, or underlines that
appear to be the same length (take up the same amount of space) as the
original leader fill custom tab stop. Thanks again for your help!
> Put your proposed method aside for the moment, and just explain what you
> want to end up with (not how you think you might go about it).
[quoted text clipped - 65 lines]
> >> >
> >> > MsgBox sTmp