Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I found some Excel spreadsheets that were created by other users.
In one workbook the creator used a text box & drawing tools to create fancy 3D text with stripes on the letters. Does anyone know which option(s) draw diagonal stripes on letters? I've tried highlighting the text, right-clicked, and looked at "Format Text Effects" and "Format Shape". I've also looked at "Shape Fill" and "Texture", but I can't find out how this text effect was created. Is there a good way to find out what effects have been applied to text inside a text box? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I found some Excel spreadsheets that were created by other users.
In one workbook the creator used a text box & drawing tools to create fancy 3D text with stripes on the letters. Does anyone know which option(s) draw diagonal stripes on letters? I've tried highlighting the text, right-clicked, and looked at "Format Text Effects" and "Format Shape". I've also looked at "Shape Fill" and "Texture", but I can't find out how this text effect was created. Is there a good way to find out what effects have been applied to text inside a text box? Did you look at *Insert Wordart*? -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"GS" wrote:
Did you look at *Insert Wordart*? I looked but found no Wordart that creates text with slanted stripes over the font. Does VBA have a means to inspect the object and enumerate through the object properties, and show me what styles were applied to the object? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"GS" wrote:
Did you look at *Insert Wordart*? I looked but found no Wordart that creates text with slanted stripes over the font. Does VBA have a means to inspect the object and enumerate through the object properties, and show me what styles were applied to the object? Perhaps the text was created externally and inserted as an image? -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"GS" wrote:
Perhaps the text was created externally and inserted as an image? It's actually a font with several styles applied. If I click in the middle of the string I can start typing. The new letters that I type retain the same style with diagonal stripes. |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"GS" wrote:
Perhaps the text was created externally and inserted as an image? It's actually a font with several styles applied. If I click in the middle of the string I can start typing. The new letters that I type retain the same style with diagonal stripes. What does it show for a fontname? Are the stripes 3D effects? -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using TEXT and &TEXT - display numbers with commas, underline text | Excel Discussion (Misc queries) | |||
Charting 'stripes' of data from within a table? | Charts and Charting in Excel | |||
Coloured horizontal stripes | Charts and Charting in Excel | |||
tip of the day should be relevant, not vacuous: stripes & plaids? | Excel Discussion (Misc queries) | |||
extracting text from within a cell - 'text to rows@ equivalent of 'text to columns' | Excel Programming |