Word VBA - creating index headings

M

mrcburns

I support a vb6 application that uses VBA to create a word document on the
fly, it also creates an index. Is there a way to automatically create an
alphabetical character heading at the top of each alphabetical grouping. For
example, the letter 'A' at the top of all the index entries that start with
'a', then the letter 'B' at the top of all the index entries that start with
'b', etc.
 
K

Kevin Spencer

Which version of FrontPage are you using?

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
A

Andrew Murray

I think he's using Word (as per subject line)- isn't "VBA" the Visual Basic
interface within office apps for writing Macros (it's not the full blown MS
Visual Basic programming lanaguage).
 
K

Kevin Spencer

Dude, I knew that. I was employing dry humor.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Top