Skip to content

codenkeg

Just another tech blog

Month: October 2019

Posted on October 31, 2019October 31, 2019

Converting automatic numbering to manual numbering in Word (Windows)

To do this for the whole document:

  1. Open the document
  2. alt + F11 to open VBA Editor
  3. ctrl + G to open the Immediate window.
  4. ActiveDocument.Range.List.ConvertNumbersToText
  5. enter

To do this for a selection:

  1. Open the document
  2. Select range
  3. alt + F11 to open VBA Editor
  4. ctrl + G to open the Immediate window.
  5. Selection.Range.List.ConvertNumbersToText
  6. enter

Reference:
Tips.net

Categories

  • App Store
  • Core Data
  • Crayon
  • iOS
  • macOS
  • Objective C
  • Server
  • Shell script
  • Spotify
  • Swift 2
  • Swift 3
  • Text
  • TV
  • Uncategorized
  • Web
  • WordPress
  • Xcode

Recent Posts

  • Speed Up Time Machine
  • Converting automatic numbering to manual numbering in Word (Windows)
  • Samsung TV cheat mode
  • MAME on OpenEmu
  • Adding AirPlay

Archives

  • May 2020
  • October 2019
  • October 2018
  • March 2018
  • July 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2016

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress