Rich Text box

  • Thread starter Thread starter GS80
  • Start date Start date
G

GS80

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
 
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
 
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?
 
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/mi...l=en&lnk=gst&q=russian-dolls#13b649c569bb5369

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
 

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

Similar Threads

Working with Rich Text Format 5
Rich Text Box 5
Rich Text tabbing vs Text Box 3
Rich Text Box problem 3
Disable PDF add-in 4
combo box 2
Rich Text Boxes 4
writing excel data into word document 1

Back
Top