Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Rich Text box

Hi All,

Is it possible to insert a rich text boxinto an Excel worksheet? Preferably
i'd like to do this programatically however if it were possible to add one to
a spreadsheet i'm using as a template then that woulkd be a good start.

Any help is greatfully recieved.

Thanks in advance,

G
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Rich Text box

You may this recent discussion of some interest...

http://groups.google.com/group/micro...06336ba7114fb7

Rick


"GS80" wrote in message
...
Hi All,

Is it possible to insert a rich text boxinto an Excel worksheet?
Preferably
i'd like to do this programatically however if it were possible to add one
to
a spreadsheet i'm using as a template then that woulkd be a good start.

Any help is greatfully recieved.

Thanks in advance,

G


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Rich Text box

On a worksheet - why not use a Textbox from the Drawing toolbar. Unlike an
ActiveX textbox it can accept mixed font formats.

Regards,
Peter T

"GS80" wrote in message
...
Hi All,

Is it possible to insert a rich text boxinto an Excel worksheet?

Preferably
i'd like to do this programatically however if it were possible to add one

to
a spreadsheet i'm using as a template then that woulkd be a good start.

Any help is greatfully recieved.

Thanks in advance,

G



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Rich Text box

The problem i have is that the text is being written to a database via a
front end UI. The editor used stores the text in a varbinary(max) field in
the database. The output from the editor is in RTF format. I need to return
the varbinary text column and insert it into a text box so the format is
retained.

I'll try give it a shot but does it sound likely that a standard text box is
going to be able to handle this?


"Peter T" wrote:

On a worksheet - why not use a Textbox from the Drawing toolbar. Unlike an
ActiveX textbox it can accept mixed font formats.

Regards,
Peter T

"GS80" wrote in message
...
Hi All,

Is it possible to insert a rich text boxinto an Excel worksheet?

Preferably
i'd like to do this programatically however if it were possible to add one

to
a spreadsheet i'm using as a template then that woulkd be a good start.

Any help is greatfully recieved.

Thanks in advance,

G




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Rich Text box

Well there's no harm in trying the RTB. On the Controls toolbar click the
toolbox, select MS Rich Text Box and drag onto the sheet. If it sticks it
should work. If it doesn't it's most likely due to a security setting that
can be switched in the registry, I don't recall the particular key but see
links scattered in this discussion:

http://groups.google.co.uk/group/mic...b649c569bb5369

Once you've got it working in your system it should be fine, the main
problem though is if you want to distribute the file with the RTB.

Regards,
Peter T


"GS80" wrote in message
...
The problem i have is that the text is being written to a database via a
front end UI. The editor used stores the text in a varbinary(max) field in
the database. The output from the editor is in RTF format. I need to

return
the varbinary text column and insert it into a text box so the format is
retained.

I'll try give it a shot but does it sound likely that a standard text box

is
going to be able to handle this?


"Peter T" wrote:

On a worksheet - why not use a Textbox from the Drawing toolbar. Unlike

an
ActiveX textbox it can accept mixed font formats.

Regards,
Peter T

"GS80" wrote in message
...
Hi All,

Is it possible to insert a rich text boxinto an Excel worksheet?

Preferably
i'd like to do this programatically however if it were possible to add

one
to
a spreadsheet i'm using as a template then that woulkd be a good

start.

Any help is greatfully recieved.

Thanks in advance,

G






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
rich text box in forms ed.ayers315 Excel Discussion (Misc queries) 0 January 20th 10 02:33 PM
Rich Text Boxes SueDot Excel Worksheet Functions 2 May 18th 09 05:00 PM
Rich Text Box kirkm[_7_] Excel Programming 5 March 10th 08 01:35 PM
email worksheet as rich text AndrewB Excel Programming 0 August 25th 05 09:15 PM
Rich Text Box Randall[_5_] Excel Programming 0 April 30th 05 05:56 PM


All times are GMT +1. The time now is 07:55 PM.

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

About Us

"It's about Microsoft Excel"