Part of cells in Excel

How to modify part of text inside an Excel cell using VBA.
Something in my notes that I need to create function out of it soon

CodeFunctionName
What is this?

Public

Tested

Original Work

' Will set 2nd character in cell F26 to Superscript
ShPap.Range("F24").Offset(4).Characters(2, 1).Font.Superscript= true


' For more commands and properties, checkout attached screenshot

Views 821

Downloads 299

CodeID
DB ID