The stance of the Unicode consortium on this is that if you need arbitrary superscript or subscript, then use markup or other higher-level mechanisms. Kevin: The Unicode ranges have no bearing on whether the characters are the same size and position.
Can somebody help me with this code, I am getting a subscript out of range error: The line after the 'creating the sheets is highlighted in yellow in debugger 'Validation of year If TextBox_Year....
I have been looking online for the UTF8 character table. And all I could find for subscripts were numbers 1 to 9 and some of latin letters. I need to find S and B as subscripts for UTF8 Thanks f...
"Subscript out of range" indicates that you've tried to access an element from a collection that doesn't exist. Is there a "Sheet1" in your workbook? If not, you'll need to change that to the name of the worksheet you want to protect.
I'm trying to create a VBA in Excel 2010 that takes info from another spreadsheet that I'm not allowed to alter and bring it over to the spreadsheet with my macro built in. Here's my code: Sub
The first part of my code is supposed to find the last active row in a worksheet - my dataset is comprised of formulas that may return blanks, so I do want to use the "Find" method. The
in excel I need to get this to be a subscript in the output. Basically I want all the numbers in the output to be subscripted I have tried this code, and it is part of a large IF "loop" ...