Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
my my is offline
external usenet poster
 
Posts: 12
Default Problem with RICHTX32.OCX

I ask here for help in the problem I am facing with my VBA-application.
Namely RICHTX32.OCX (in windows\system32 -folder; versio nro: 6.00.8804; SP4)
is not functioning in my Excel-program. As the additional control, it refuses
to be added onto userform /-interface by informing that "The subject is not
trusted for the specified action". I have tried already the registration
statement: "regsvr32 \windows\system32\RICHTX32.OCX", which gives the message
"DLLregisterserver in \windows\system32\richtx32.ocx succeeded" as the sign
of succesful registration. But still it does not work. Can anyone there help
with this; what should I try next? - My operating system is XP with the
obviously latest updates installed.

then I was advised to download and install the current version ( 6.1.97.82)
of RICHTX32.OCX (from
http://activex.microsoft.com/controls/vb6/richtx32.cab). It did not eliminate
the problem; the same message pops up "The subject is not trusted for the
specified action" in trying to drag the control onto a Userform. Does anyone
know what would solve the problem?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Problem with RICHTX32.OCX

It the message more like this:
You don't have the license required to use this ActiveX control.

Do you have VB6 installed on the computer? If not, then you probably don't
have a design time license to use the control. Unfortunately, not all
controls are free for the taking. If you do have VB6 installed, then you
may need to fix your licenses.

--
Regards,
Tom Ogilvy


"MY" wrote:

I ask here for help in the problem I am facing with my VBA-application.
Namely RICHTX32.OCX (in windows\system32 -folder; versio nro: 6.00.8804; SP4)
is not functioning in my Excel-program. As the additional control, it refuses
to be added onto userform /-interface by informing that "The subject is not
trusted for the specified action". I have tried already the registration
statement: "regsvr32 \windows\system32\RICHTX32.OCX", which gives the message
"DLLregisterserver in \windows\system32\richtx32.ocx succeeded" as the sign
of succesful registration. But still it does not work. Can anyone there help
with this; what should I try next? - My operating system is XP with the
obviously latest updates installed.

then I was advised to download and install the current version ( 6.1.97.82)
of RICHTX32.OCX (from
http://activex.microsoft.com/controls/vb6/richtx32.cab). It did not eliminate
the problem; the same message pops up "The subject is not trusted for the
specified action" in trying to drag the control onto a Userform. Does anyone
know what would solve the problem?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Problem with RICHTX32.OCX

You could read this long discussion,

http://tinyurl.com/oqtz9

Or just go directly to these -

Problems occur when you use the Rich TextBox Control 6.0 in Office XP and in
Office 2003
http://support.microsoft.com/?id=838010

You are prompted to grant permission for ActiveX Controls when you open an
Office XP or Office 2003 document
http://support.microsoft.com/?id=827742

Regards,
Peter T


"MY" wrote in message
...
I ask here for help in the problem I am facing with my VBA-application.
Namely RICHTX32.OCX (in windows\system32 -folder; versio nro: 6.00.8804;

SP4)
is not functioning in my Excel-program. As the additional control, it

refuses
to be added onto userform /-interface by informing that "The subject is

not
trusted for the specified action". I have tried already the registration
statement: "regsvr32 \windows\system32\RICHTX32.OCX", which gives the

message
"DLLregisterserver in \windows\system32\richtx32.ocx succeeded" as the

sign
of succesful registration. But still it does not work. Can anyone there

help
with this; what should I try next? - My operating system is XP with the
obviously latest updates installed.

then I was advised to download and install the current version (

6.1.97.82)
of RICHTX32.OCX (from
http://activex.microsoft.com/controls/vb6/richtx32.cab). It did not

eliminate
the problem; the same message pops up "The subject is not trusted for the
specified action" in trying to drag the control onto a Userform. Does

anyone
know what would solve the problem?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Problem with RICHTX32.OCX

How do I, "Wrap the Rich TextBox control in another ActiveX control that does
not expose the unsafe properties and methods.", as suggested in KB 249150?
What might be a suitable wrapper control for this job? Do you just "paint"
the Rich TextBox inside the other control?

"Peter T" wrote:

You could read this long discussion,

http://tinyurl.com/oqtz9

Or just go directly to these -

Problems occur when you use the Rich TextBox Control 6.0 in Office XP and in
Office 2003
http://support.microsoft.com/?id=838010

You are prompted to grant permission for ActiveX Controls when you open an
Office XP or Office 2003 document
http://support.microsoft.com/?id=827742

Regards,
Peter T


"MY" wrote in message
...
I ask here for help in the problem I am facing with my VBA-application.
Namely RICHTX32.OCX (in windows\system32 -folder; versio nro: 6.00.8804;

SP4)
is not functioning in my Excel-program. As the additional control, it

refuses
to be added onto userform /-interface by informing that "The subject is

not
trusted for the specified action". I have tried already the registration
statement: "regsvr32 \windows\system32\RICHTX32.OCX", which gives the

message
"DLLregisterserver in \windows\system32\richtx32.ocx succeeded" as the

sign
of succesful registration. But still it does not work. Can anyone there

help
with this; what should I try next? - My operating system is XP with the
obviously latest updates installed.

then I was advised to download and install the current version (

6.1.97.82)
of RICHTX32.OCX (from
http://activex.microsoft.com/controls/vb6/richtx32.cab). It did not

eliminate
the problem; the same message pops up "The subject is not trusted for the
specified action" in trying to drag the control onto a Userform. Does

anyone
know what would solve the problem?




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Problem with RICHTX32.OCX

If you are interested I can mail you a RichTextBox control that behaves just
like the regular one but doesn't have this security problem.

RBS

"MY" wrote in message
...
I ask here for help in the problem I am facing with my VBA-application.
Namely RICHTX32.OCX (in windows\system32 -folder; versio nro: 6.00.8804;
SP4)
is not functioning in my Excel-program. As the additional control, it
refuses
to be added onto userform /-interface by informing that "The subject is
not
trusted for the specified action". I have tried already the registration
statement: "regsvr32 \windows\system32\RICHTX32.OCX", which gives the
message
"DLLregisterserver in \windows\system32\richtx32.ocx succeeded" as the
sign
of succesful registration. But still it does not work. Can anyone there
help
with this; what should I try next? - My operating system is XP with the
obviously latest updates installed.

then I was advised to download and install the current version (
6.1.97.82)
of RICHTX32.OCX (from
http://activex.microsoft.com/controls/vb6/richtx32.cab). It did not
eliminate
the problem; the same message pops up "The subject is not trusted for the
specified action" in trying to drag the control onto a Userform. Does
anyone
know what would solve the problem?




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Problem with RICHTX32.OCX

I had this problem. The solution for me was to use the msMask32.ocx instead.

"MY" wrote:

I ask here for help in the problem I am facing with my VBA-application.
Namely RICHTX32.OCX (in windows\system32 -folder; versio nro: 6.00.8804; SP4)
is not functioning in my Excel-program. As the additional control, it refuses
to be added onto userform /-interface by informing that "The subject is not
trusted for the specified action". I have tried already the registration
statement: "regsvr32 \windows\system32\RICHTX32.OCX", which gives the message
"DLLregisterserver in \windows\system32\richtx32.ocx succeeded" as the sign
of succesful registration. But still it does not work. Can anyone there help
with this; what should I try next? - My operating system is XP with the
obviously latest updates installed.

then I was advised to download and install the current version ( 6.1.97.82)
of RICHTX32.OCX (from
http://activex.microsoft.com/controls/vb6/richtx32.cab). It did not eliminate
the problem; the same message pops up "The subject is not trusted for the
specified action" in trying to drag the control onto a Userform. Does anyone
know what would solve the problem?

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Problem with RICHTX32.OCX

Interesting, never heard of that control.
Does it do the same as RichTX32.ocx?
Will it be available from Win98 upwards?

RBS

"Perico" wrote in message
...
I had this problem. The solution for me was to use the msMask32.ocx
instead.

"MY" wrote:

I ask here for help in the problem I am facing with my VBA-application.
Namely RICHTX32.OCX (in windows\system32 -folder; versio nro: 6.00.8804;
SP4)
is not functioning in my Excel-program. As the additional control, it
refuses
to be added onto userform /-interface by informing that "The subject is
not
trusted for the specified action". I have tried already the registration
statement: "regsvr32 \windows\system32\RICHTX32.OCX", which gives the
message
"DLLregisterserver in \windows\system32\richtx32.ocx succeeded" as the
sign
of succesful registration. But still it does not work. Can anyone there
help
with this; what should I try next? - My operating system is XP with the
obviously latest updates installed.

then I was advised to download and install the current version (
6.1.97.82)
of RICHTX32.OCX (from
http://activex.microsoft.com/controls/vb6/richtx32.cab). It did not
eliminate
the problem; the same message pops up "The subject is not trusted for the
specified action" in trying to drag the control onto a Userform. Does
anyone
know what would solve the problem?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Colon at the end of excel file name(ex: problem.xls:1, problem.xls financeguy New Users to Excel 2 January 15th 10 01:15 AM
Started out as an Access problem. Now an Excel problem RobertM Excel Discussion (Misc queries) 2 April 26th 06 07:30 PM
problem with a conditional max problem Brian Cornejo Excel Discussion (Misc queries) 1 February 18th 05 06:25 PM
Problem when multipple users access shared xl-file at the same time, macrocode for solve this problem? OCI Excel Programming 0 May 16th 04 10:40 PM


All times are GMT +1. The time now is 01:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"