![]() |
#1
|
||||
|
||||
![]()
I wrote this little macro to reverse a text string. I have 2 questions:
Code:
Sub MyRevText() Dim oRange As Range Dim sString As String Set oRange = Selection.Range sString = oRange.Text sString = StrReverse(sString) oRange.Text = sString End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
omahadivision | Excel Programming | 12 | 11-23-2013 12:10 PM |
![]() |
VBNation | Word VBA | 2 | 02-08-2013 07:14 AM |
![]() |
Paulsh | Word VBA | 1 | 11-01-2011 03:15 AM |
![]() |
Dom37 | Word VBA | 2 | 10-31-2011 03:28 AM |
![]() |
Eduardo | Word VBA | 5 | 06-15-2009 01:55 AM |