Skip to main content

Default Bullet of Word changed to Up or Upward Arrow

If, for no apparent reason, your Word shows upward arrows (or some other weird symbol) instead of the usual black dots as its default bullets, don’t waste time doing any of the following:

  • Clicking Reset button for every bullet style
  • Office Diagnostics
  • Office Setup’s Repair option
  • Windows SFC (System File integrity Checker)
  • Repairing Font Cache
  • Deleting “Normal.dot” or “Normal.dotm” templates
  • Deleting “List Gallery Presets” key from registry
  • Deleting “ListGal.dat” file

I wasted my time, but I can save yours. Your “Symbol” font is missing. Get a copy of the “Symbol” font from your friend’s computer (with same Windows version) or from any source and install it.

Full discussion here: Office Discussion Groups – Word Application Errors – Default Bullet of Microsoft Word changed to Up Arrow (Upward Arrow)

Comments

  1. thank you! you are heaven sent :)

    ReplyDelete
  2. Bless you for figuring out how to solve this. I had been frustrated with this quirk but managed to live with it for a long time, until I had to share editing duties on an important group project.

    ReplyDelete
  3. Thank you so much - have spent hours looking for a solution to the random up arrow bullet! All is now fixed :)

    ReplyDelete
    Replies
    1. I'm glad it helped. Wow after six years, this can still happen :P Where did you find the replacement Symbol font? I didn't mention but it may be possible to extract it from the Windows installation DVD.

      Delete

Post a Comment

Comments are moderated, and are usually posted within 24 hours if approved. You must have a minimum of OpenID to post comments.

Popular posts from this blog

Disable auto save in JetBrains IDE software (IntelliJ IDEA, PyCharm, PhpStorm)

JetBrains provides the following IDE software: IntelliJ IDEA PhpStorm PyCharm RubyMine WebStorm AppCode CLion Google also provides Android Studio which is powered by the IntelliJ platform. If you come from a different IDE such as Eclipse, you will be unpleasantly surprised to find that JetBrains-branded IDEs automatically save everything the moment you look away. The proponents argue that as you work on your project, you should not have to worry about saving files. But to others, this auto-save behavior which is enabled by default is a curse that catches them by surprise, and a shocking departure from the workflow they are very much used to. You can change the behavior by altering some settings.

Make Samsung DVD-C350 region-free

Update 2: An anonymous commentator has shown me a way to make Region 1 players (such as DVD-H1080R) region-free by first converting it to Region 3, then applying my region-free hack below. For details, click here or look for a comment by an Anonymous user dated 18 April 2011. Update: The instructions in the original post below did not make the DVD player region-free. Instead it only locked it to region 1. Many thanks to Anonymous who posted the first comment on this post, I now have alternate instructions. Note: If you have edited the numbers menu (see original post) , I suggest you return it to the original settings you had backed up. A modified numbers menu may prevent the instructions below from working properly.

How to force redirect HTTP to HTTPS in Amazon Elastic Beanstalk

After picking up bits and pieces over the Internet, here I have the complete guide for my particular setup. My Amazon AWS Elastic Beanstalk (ELB or EBS) is as follows: 64bit Amazon Linux 2016.03 v2.1.1 running Tomcat 8 Java 8 Java/JSP application on Apache Tomcat Maven Build How to get it done: First, configure your EBS instance: Go to Configuration and click the gear on Load Balancing. Under Load Balancer, set the following options: Listener port: 80 Protocol: HTTP Secure listener port: 443 Protocol: HTTPS SSL certificate ID: Choose the cert ID that goes with your server. If you don't have one, you can use Certificate Manager to create one. Apply and save this configuration. Let the server health be OK. Test it by accessing your application web page through both HTTP and HTTPS: HTTP should load the page unsecurely. HTTPS should load the page securely. No port number should be added after the domain name in either case. Then, add a configuration file