S
Stopher
Hi All,
How do i add a symbol to text string?
I have something like:
Text_String = " Text" & Variable & " um"
but what i want is the u in the um above to be the micron symbol
(.font = "Symbol") on m
I was thinking something like:
Text_String = " Text" & Variable & len("m").font = "Symbol" & "m"
or something like that, with formating the m in the text string
itself.
Any ideas?
Stopher
How do i add a symbol to text string?
I have something like:
Text_String = " Text" & Variable & " um"
but what i want is the u in the um above to be the micron symbol
(.font = "Symbol") on m
I was thinking something like:
Text_String = " Text" & Variable & len("m").font = "Symbol" & "m"
or something like that, with formating the m in the text string
itself.
Any ideas?
Stopher