79821194

Date: 2025-11-15 23:30:21
Score: 2.5
Natty:
Report link
  1. Replace this line:

    rng.Case= wdTitleSentence 'wdUpperCase works; this doesn't; something else I could put here?

  2. With the following:

    rng.Text = UCase(Left(rng.Text, 1)) & LCase(Right(rng.Text, Len(rng.Text) - 1))

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Tony Sciple