View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tianung@hotmail.com is offline
external usenet poster
 
Posts: 7
Default Display Math Equation in Userform

Is it possible to display math equations in userforms ?

I would like the math equations to be in conventional "school
textbook" format i.e not in computer notation (i.e. NOT things like
x^2 + x/y = x*y).

I know it's possible to insert image files of math equations into
userforms but is it possible to have the flexibility to edit the
equations at a VBA code level before displaying the equation in the
userform?

Thanks very much for your help.

AP