![]() |
|
#1
|
|||
|
|||
![]()
Hi guys, I should have been clearer
![]() What I want to be able to do is reconstitute what the user typed in the Text Box. Currently what I use is very simple and works well to change the text in the text box (TextBoxSection) to vbProperCase. Private Sub TextBoxSection_Change() Me.TextBoxSection = StrConv(TextBoxSection, vbProperCase) End Sub Instead of changing it to vbProperCase, I would like it to format it in line with what Macropod's code does to selected text in the actual document. I have saved that code and have used it successfully in various documents. Thank you. |
![]() |
Tags |
text conversion, title case |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
creating a new TITLE property from text already within document | smndnm | Word VBA | 6 | 07-04-2014 08:27 PM |
Stop review query when small case at beginning of line | dsrose | Word | 2 | 01-22-2014 12:19 AM |
![]() |
Marrick13 | Word VBA | 14 | 12-11-2013 09:12 PM |
![]() |
tinfanide | Excel | 2 | 09-13-2011 05:08 AM |
![]() |
davers | Word | 1 | 04-30-2009 12:41 PM |