

Super Formula Bar (easily edit multiple lines of text and formula) Reading Layout (easily read and edit large numbers of cells) Paste to Filtered Range.
#How to make a superscript in excel password#
Reuse: Quickly insert complex formulas, charts and anything that you have used before Encrypt Cells with password Create Mailing List and send emails.The Best Office Productivity Tools Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by Tip: in the code, “ Y元” is the string you want to find from, and (1, 1) indicates to convert first 1 character of the string, if you want to convert first two character, you can change it as (1, 2), if you want to convert 1 character from second character of the string, you can change it as (2, 1). Click OK, the specific character in specific string has been converted to be superscript format in the selection. Press F5 key to run the code, and a dialog pops out to remind you select a range. XCell.Characters( 1, 1).Font.Superscript = Trueģ. Set xRg = Application.InputBox("Select a range:", "Kutools for Excel", xTxt,, ,, , 8) VBA: Find and replace with superscript format Sub DoConvert()
#How to make a superscript in excel code#
Click Insert > Module, and paste below VBA code to the script. Press Alt + F11 keys to open Microsoft Visual Basic for Applications window.Ģ. If you want to replace letter with superscript as below screenshot shown, you can apply VBA code to solve it.ġ. With Find and Replace function, only can replace the number with superscript. Tip: But with this method, you only can superscript number 2 by pressing 0178, and 3 by 0179. And a dialog pops out to remind you how many replacements have been done.

Then go to Replace with textbox, enter the text you want to replace with, take notice, hold Alt key and then press 0179 keys on the Number board to enter the superscript number 3. In the Find and Replace dialog, click Replace tab, and then enter the text you want to find into the Find what textbox. Select the range you want to find and replace work for, and press Ctrl + H to open the Find and Replace dialog.Ģ. If there are any tricks can quickly replace with superscript in Excel? Follow this article, you will get the answer.įind and replace with superscript by Find and Replace functionĪctually, you can use Find and Replace to find the text and then replace with superscript format.ġ. Of course, you can find and replace them one by one, but this method cost too much time. In Excel, we can quickly replace a specific value with another one by applying Find and Replace function, but have you ever suffer with a problem that to find a specific character in specific text string and the replace it as superscript format, such as find Y元 and then replace with Y元 as below screenshot shown.
