K
keith brickey
How can I use VBA to remove toolbar and menu choices for a particular
document?
Thanks,
Keith
document?
Thanks,
Keith
keith brickey said:How can I use VBA to remove toolbar and menu choices for a particular
document?
keith brickey said:I want to eliminate the number, bullet, and indent/outdent buttons and
their
associated menu items. the reason is to eliminate dealing with Word
numbered
list bugs that seem to be made worse by the use of these features. I have
written some VBA functions that accomplish the same thing without the
bugs.
Keith Brickey said:I have custom template now that I use to create a new document. The problem
is the the document gets distributed throughout a large community of
users,
and many who edit it do not have the template. (Another factor may be that
not all users have the same version of Word.)
I end up with documents containing a lot of "bastardized" styles created
by
Word, such as "Stylename CHAR CHAR CHAR CHAR" and these cause confusion
among the users of the document. My idea is, as much as possible, to
programmatically remove styles that are not in the template and strip out
as
much as possible, the Word functionality that causes these problems,
replacing that functionality with simple VBA routines known to work
reliably.