Using Word 2002 how would I use vba to change text to Sentence Case Thanks in advance Tom
T Tom Sep 19, 2004 #1 Using Word 2002 how would I use vba to change text to Sentence Case Thanks in advance Tom
D Doug Robbins Sep 19, 2004 #2 Selection.Range.Case = wdTitleSentence -- Please respond to the Newsgroup for the benefit of others who may be interested. Questions sent directly to me will only be answered on a paid consulting basis. Hope this helps, Doug Robbins - Word MVP
Selection.Range.Case = wdTitleSentence -- Please respond to the Newsgroup for the benefit of others who may be interested. Questions sent directly to me will only be answered on a paid consulting basis. Hope this helps, Doug Robbins - Word MVP