Don't worry about how to distribute this. You've got a heap of serious
and -- to my mind, insoluble -- problems to deal with long before you get to
that. For starters, where do you intend to put your tabstrip? You can't put
it in UserForm (which is what VBA is expecting) because then you can't work
on the document while the tabstrip is showing; and you can't put it in the
document, because that won't provide the functionality you're aiming for.
And there ain't nowhere else to put it.
I think you're trying to make a silk purse out a of sow's ear. Word is what
it is. There are a lot of ways to work with it; but working *against* it
like this ... well, life's too short.
Hi Jezebel,
>to make a silk purse out a of sow's ear
what an incredibly rich language!

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Stefan Blom - 11 May 2006 13:17 GMT
> Hi Jezebel,
>
> >to make a silk purse out a of sow's ear
>
> what an incredibly rich language!
Indeed.
Stefan Blom
Microsoft Word MVP
KR - 11 May 2006 18:13 GMT
Lurker here- who mostly uses XL VBA but dabbles sometime (above my head and
pay grade) in Word VBA
Wouldn't it be possible to add a custom toolbar, maybe with a custom
drop-down combobox list in it, and get the same effect? It wouldn't be
tabbed (unless you created a button for each 'tab' instead of a combobox)
but it would still allow a quick movement to target locations in the
document.
Just a random thought.
> > Hi Jezebel,
> >
[quoted text clipped - 6 lines]
> Stefan Blom
> Microsoft Word MVP
Helmut Weber - 11 May 2006 22:17 GMT
Hi KR,
sure.
That was what I suggested.
But because the OP crossposted to ...word.vba.general
it all ends up in a mess.

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Tom_OM - 12 May 2006 06:11 GMT
[snip]>
>Wouldn't it be possible to add a custom toolbar, maybe with a custom
>drop-down combobox list in it, and get the same effect? It wouldn't be
[quoted text clipped - 3 lines]
>
>Just a random thought.
Thanks for the suggestion! I think I like that better than my right
click idea. I think I'll give that a shot.
And to Helmut:
Grüß Gott, Helmut. Früher habe ich in Tübingen (nicht weit von
Stüttgart) gewohnt. Ich denke oft an meine Zeit in Deutschland.
I'm not giving up. I believe it's worth the effort to find a way to
make this work. I've already succeeded in making the other four Word
Pro features work in Word, and I miss this one too much to give up
without applying my creative power. Navigating divisions in Word Pro
is WAY easier than in Word. There's no comparison. Unfortunately,
Word Pro is orphaned and won't see any more development. That means I
won't be able to enjoy a bunch of great features added to Word XP/03
that I really like and miss if I keep working in Word Pro. So I'm
going with the old Burger King "Have it your say" approach and finding
a way to make this, or something similar, happen.
I was initially planning to make the tab strips either a floating
toolbar set to "always on top" or a docked one. However, I believe
I've found a work-around that doesn't require any tabs, ActiveX
controls, DLLs or "always on top" tool bars. It's not identical to
Word Pro's feature, but just as easy to use. I think this will work.
I'll keep you posted.
cheers,
Tom
>Don't worry about how to distribute this. You've got a heap of serious
>and -- to my mind, insoluble -- problems to deal with long before you get to
[quoted text clipped - 7 lines]
>it is. There are a lot of ways to work with it; but working *against* it
>like this ... well, life's too short.
Shauna Kelly - 12 May 2006 23:23 GMT
Hi Tom
Have you tried the Document Map? Just do View > Document Map.
More information at
How the Document Map works in Microsoft Word
http://www.shaunakelly.com/word/documentmap/index.html
Hope this helps.
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
> I'm not giving up. I believe it's worth the effort to find a way to
> make this work. I've already succeeded in making the other four Word
[quoted text clipped - 32 lines]
>>it is. There are a lot of ways to work with it; but working *against* it
>>like this ... well, life's too short.
Ian B - 15 May 2006 05:25 GMT
Hi Tom
With a bit of artistic work, using the field "MacroButton" in a single row
table could be made to emulate the tab strips, maybe going to a separate
section of the document.
HTH
Ian B
> I'm not giving up. I believe it's worth the effort to find a way to
> make this work. I've already succeeded in making the other four Word
[quoted text clipped - 28 lines]
> >it is. There are a lot of ways to work with it; but working *against* it
> >like this ... well, life's too short.