![]() |
#2
|
|||
|
|||
![]()
Peut être une solution :
Code:
Sub essai() Dim c As Range For Each c In Selection.Characters With c.Font If .Superscript = True Then .Superscript = False ElseIf .Superscript = False And .Subscript = False Then .Superscript = True End If End With Next c End Sub |
Tags |
convert regular font, convert superscript font |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Fakecake | OneNote | 1 | 04-05-2015 04:39 AM |
excel update superscript by 1 | htownpaper | Word | 8 | 12-08-2014 06:38 PM |
Insert superscript into a textbox | Deltaj | Word VBA | 3 | 11-30-2014 04:23 PM |
![]() |
kcbenson | Word | 2 | 10-16-2014 01:31 PM |
![]() |
Guloluseus | Excel | 1 | 07-27-2014 11:24 AM |