RichTextbox dead in Word2003

C

Can Altinbay

I have a UserForm in Word VBA that is using a RichTextBox. When we try to
deploy this in Word2003, we find that the control is missing. If we try to
insert one, we get the message "The subject is not trusted for the specified
action." OK - what has Microsoft wrought now, and how do we get a
RichtextBox to show up in Word2003?
 
J

Jonathan West

Can Altinbay said:
I have a UserForm in Word VBA that is using a RichTextBox. When we try to
deploy this in Word2003, we find that the control is missing. If we try to
insert one, we get the message "The subject is not trusted for the specified
action." OK - what has Microsoft wrought now, and how do we get a
RichtextBox to show up in Word2003?


Hi Can,

This must be a third-party richtextbox, as the VBA forms library doesn't
have one. I suspect that you are getting stuck on the increasing strict
security provisions in the latest version of office.

So, a few questions.

1. Is the OCX file for the richtextbox present onthe target machine
2. is it registered?
3. Is it listed in the list of libraries in Tools, References in the VBA
editor, when you have the template open in the editor?
4. What are your security settings in Tools, macro, Security?
 
C

Can Altinbay

Jonathan West said:
Hi Can,

This must be a third-party richtextbox, as the VBA forms library doesn't
have one. I suspect that you are getting stuck on the increasing strict
security provisions in the latest version of office.

So, a few questions.

1. Is the OCX file for the richtextbox present onthe target machine
2. is it registered?
3. Is it listed in the list of libraries in Tools, References in the VBA
editor, when you have the template open in the editor?
4. What are your security settings in Tools, macro, Security?


--
Regards
Jonathan West - Word MVP
http://www.multilinker.com
Please reply to the newsgroup

Thank you. I got that it was the "trusted" mechanism, but since it is
"Microsoft Rich Textbox Control 6.0 (SP4)", I thought maybe it was a
Microsoft control. My partner has the 2003 installed, so I forwarded your
response to him so he can give us the answers to your questions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top