VBA code should capitalize first letter in sentence, but doesn't

前端 未结 0 1484
故里飘歌
故里飘歌 2020-11-27 06:10

I\'m unsure why the following line of code is failing to capitalize the first letter of every first sentence in a cell:

chars.Characters(1, 1).Text = UCase(ch         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题