![]() |
|
#1
|
|||
|
|||
![]()
actually this is right:
Code:
Sub Demo() Application.ScreenUpdating = False With ActiveDocument.Range With .Find .ClearFormatting .Replacement.ClearFormatting .Text = "[0-9]@>" .Font.Superscript = True .Replacement.Text = "" .Format = True .Forward = True .Wrap = wdFindStop .MatchWildcards = True .Execute End With i = 0 Do While .Find.Found .Text = CLng(i + 1) .Collapse wdCollapseEnd .Find.Execute i = i + 1 Loop End With Application.ScreenUpdating = True End Sub Last edited by macropod; 12-08-2014 at 06:35 PM. Reason: Added code tags & formatting |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
areriff | Word VBA | 5 | 08-21-2022 04:28 PM |
Insert superscript into a textbox | Deltaj | Word VBA | 3 | 11-30-2014 04:23 PM |
![]() |
docbike | Word | 4 | 04-07-2014 05:23 PM |
Combining Files--Superscript problem | lindajacques | PowerPoint | 0 | 01-06-2011 01:20 PM |
![]() |
louq | Word | 1 | 10-22-2009 09:29 AM |