G
GD
I am reading contents of an Excel file from a VB6 program and need the
superscript and font format from each cell (such as "Current Gain (A/cm2)",
"Sheet Res (W/sq)", that 2 is superscript and W is Omega in Symbol font).
When I use, for example, Range(strRange).Font.Superscript or
Range(strRange).Font.Name, it returns Null.
Do I need to parse the string and check each character or is there a better
way to get those info? Thanks a lot.
superscript and font format from each cell (such as "Current Gain (A/cm2)",
"Sheet Res (W/sq)", that 2 is superscript and W is Omega in Symbol font).
When I use, for example, Range(strRange).Font.Superscript or
Range(strRange).Font.Name, it returns Null.
Do I need to parse the string and check each character or is there a better
way to get those info? Thanks a lot.