Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bookmarks Collection in Word 95?
Message
From
19/05/1999 12:08:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00220491
Message ID:
00220499
Views:
26
>Could anyone tell me if Word 95 has a bookmarks collection (or something equivalent) and if so how to access it?
>
>Thanks!
Hi Ken,
Unfortunately no. But there is countbookmarks and bookmarkname :
for ix = 1 to .countbookmarks()
  ? .bookmarkname(ix)
endfor
Actually bookmarkname is bookmarkname$( [count] ) but works w/o $.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform