T
Taher Baderkhan
Hi,
I am not sure if this is possible. I want a component
that can display Html on a UserForm. I think there are
some components that will display HTML if you supply them
with the source path for the html file. However, what I am
looking for is a component that can take a String as an
argument. If the String contains Html tags the component
will format these tags into its visual represenation.
for example:
HtmlEditor.text= "<html><body><b>hello</b></body></html>
Is this possible?
I am not sure if this is possible. I want a component
that can display Html on a UserForm. I think there are
some components that will display HTML if you supply them
with the source path for the html file. However, what I am
looking for is a component that can take a String as an
argument. If the String contains Html tags the component
will format these tags into its visual represenation.
for example:
HtmlEditor.text= "<html><body><b>hello</b></body></html>
Is this possible?