Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default text of different colours in a single textbox

Hi,

Is there a way to display text of different colours in a single textbox
? Thanks...

--
Regards,
Adrian


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default text of different colours in a single textbox

Hi
aFAIK this is not possible

-----Original Message-----
Hi,

Is there a way to display text of different colours

in a single textbox
? Thanks...

--
Regards,
Adrian


.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default text of different colours in a single textbox

Hi,

With a Text Box from the Drawing toolbar you can adapt the following

Sub Test()
ActiveSheet.Shapes("Text Box 3").Select
Selection.Characters.Text = "Good Morning it's Thursday"
With Selection
.Characters(1, 4).Font.ColorIndex = 3
.Characters(5, 12).Font.ColorIndex = 4
End With
End Sub

Regards,
Don

"Frank Kabel" wrote in message
...
Hi
aFAIK this is not possible

-----Original Message-----
Hi,

Is there a way to display text of different colours

in a single textbox
? Thanks...

--
Regards,
Adrian


.



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
Multiple text colours in a single cell Ron Excel Discussion (Misc queries) 1 December 18th 08 12:57 AM
insert 2 colours in a single cell,corner to corner Toppers Excel Worksheet Functions 0 June 23rd 06 08:47 AM
Excel 2003 font colours and cell colours bretta Excel Discussion (Misc queries) 1 April 17th 05 03:45 AM
Single quote in a textbox disappear when put in cell? NooK[_19_] Excel Programming 2 June 30th 04 08:58 AM
Multiple colours in a Textbox on a Form. Spaceman Excel Programming 1 October 1st 03 05:22 AM


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

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"