Adding "°" symbol to numbers

  • Thread starter Thread starter John_S
  • Start date Start date
J

John_S

I need to add the degree (°) symbol to numbers in my document frequently.
How do I this with the least amount of key strokes?
 
Are you doing this in an Access Database or Word documents? This
might be best posted in a different forum, as this is for Access
Databases.

If you hold Alt and press 0176 on the number pad, you will get a °.

The fastest way might be to setup your own AutoCorrect options, then
you could set it up so a certain string combination will AutoCorrect
to the degree symbol.
For example, setup ^o to autocorrect to °.
 
I need to add the degree (°) symbol to numbers in my document frequently.
How do I this with the least amount of key strokes?

In an Access database (document? are you perhaps asking in the wrong forum?)
you can set the Format property of a textbox to



using alt-0176 on the keyboard.
 
Back
Top