Howdy all, looking to see if it is possible to store text in a table that includes subscript / superscript characters.
As an example; need to indicate the units of measurement for some data and therefore need to be able to pull data from the table such as the following:
kg/m2, m/s2 etc. In both these case i need the 2 character to be superscript.
I'm trying to make this an automated process so pulling it directly from the database in the correct format would be easiest solution for me, so a method of storing the data as a text string would be ideal.
Otherwise i imagine a rather difficult VBA function will be involved
Many thanks in advance for any assistance.
As an example; need to indicate the units of measurement for some data and therefore need to be able to pull data from the table such as the following:
kg/m2, m/s2 etc. In both these case i need the 2 character to be superscript.
I'm trying to make this an automated process so pulling it directly from the database in the correct format would be easiest solution for me, so a method of storing the data as a text string would be ideal.
Otherwise i imagine a rather difficult VBA function will be involved
Many thanks in advance for any assistance.