can a function return part of it's result in italics?

J

Jamie

I'm working on a significant figures function that contains supplemental
information. So far everything is working out fine, but I would like the
supplemental information to be italicized. Is this doable?

example

3.56U

The U should be italic
 
D

Dave

Hi,
Doable, with a macro
Set the macro recorder going, then italicize the U manually.
Then look at the code.
You can run this macro from a button, or make it into an event change macro.
Dave.
 
Top