View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Christian[_9_] Christian[_9_] is offline
external usenet poster
 
Posts: 7
Default Chemical formula with sub/superscript in TextBox, Label etc.

Hi there,

At the moment I'm working on program for chemical calculations.
I created a Userform with a lot of TextBoxes and Labels for data
input.

Problem: I can't find a way to display chemical formulars (e. g. H20:
the "2" must be subscript) correctly in a textbox.caption or
label.value

Is there a way to enabel subscript or superscript for single
characters in a caption or label?

Thanx in advance for any advice,

- Christian