Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6321337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:07:54+00:00 2026-05-24T16:07:54+00:00

I have a template where I’ve created a custom list style, and ensured that

  • 0

I have a template where I’ve created a custom list style, and ensured that that list style is used when the user clicks on the “bullet” icon on the ribbon (by overriding FormatBulletDefault).

However, if the user types:

* foo

…then Word will automatically turn that into a bulleted list using the “wrong” (default) list style, which is not the one I want to use. This will mean that users end up with wrongly-formatted lists.

If I could turn off the “automatically create bulleted lists” setting for my template, then I might consider that, but it’s an application setting, and I don’t want to turn it off for all documents.

Is there any way to intercept the auto-creation of a bulleted list? Or to change the list style it uses?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T16:07:55+00:00Added an answer on May 24, 2026 at 4:07 pm

    I do not know of any way to intercept this behavior as it is being caused by Word’s AutoCorrect AutoFormat As You Type functionality. However you can turn off the Apply as you type|Automatic bulleted lists behavior temporarily. To do so, add the following code to Private Sub Document_Open():

    ActiveDocument.Application.Options.AutoFormatAsYouTypeApplyBulletedLists = False
    

    This will turn off this functionality for Word globally (and as such will affect concurrently opened documents), but if you include the reverse in Private Sub Document_Close():

    ActiveDocument.Application.Options.AutoFormatAsYouTypeApplyBulletedLists = True
    

    the setting will be restored. You can find the Word object model mappings for the AutoFormat As You Type functionality here:

    http://technet.microsoft.com/en-us/library/Ee692775.big_asyoutype(en-us,TechNet.10).jpg

    and an article explaining the VBA implementation of these settings here:

    http://technet.microsoft.com/en-us/library/ee692775.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a template that looks like this: <div id=PopUpTemplate style=display: none> <tr><td>${Key}</td><td>${Value}</td></tr> </div>
I have template that looks like this: 100 template<size_t A0, size_t A1, size_t A2,
I have template in which a button is created with a link using css,
I have a template set up that I'm making ajax calls to via jQuery.
I have a template class that is: template <class identifier,class registeredObject> class FxPairRegistry :
I have a template class that I serialize (call it C), for which I
I have a template based site which i have created using ASP. I have
I have a template class in C++ that looks like this: template <typename T,
I have a view that creates a sub-view per item in the list. Generically
I have template function compare defined as below. #include<iostream> using namespace std; template<typename T>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.