Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel 2002 I can format a shape with a pattern. I can choose from 48
patterns in the list. If those patterns aren't suitable is there any way that I can specify an additional pattern? eg Can I add some patterns programmatically when Excel starts up? Here's what I do: 1) Add an AutoShape 2) Right click the AutoShape, choose Format Autoshape... 3) Choose Color dropdown 4) Select Fill Effects... 5) Choose Patterns tab 6) See 48 patterns, none of which are quite right At this point I'd like some more patterns to be available. I'm happy to write some VBA to get them in the list if possible. cheers, Jonathan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You only have the options that are available on the worksheet. I usually
turn on the macro recorder and then try the operations I want on the worksheet. Add a shape and then change the options. the macro recorder usally will create the macro code you need. "jonno" wrote: In Excel 2002 I can format a shape with a pattern. I can choose from 48 patterns in the list. If those patterns aren't suitable is there any way that I can specify an additional pattern? eg Can I add some patterns programmatically when Excel starts up? Here's what I do: 1) Add an AutoShape 2) Right click the AutoShape, choose Format Autoshape... 3) Choose Color dropdown 4) Select Fill Effects... 5) Choose Patterns tab 6) See 48 patterns, none of which are quite right At this point I'd like some more patterns to be available. I'm happy to write some VBA to get them in the list if possible. cheers, Jonathan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Create your own pattern using your favorite graphics editor.
Save as a *.jpg Then instead of using "Pattern" choose "Picture" or "Texture" Select the created *.jpg Gord Dibben MS Excel MVP On Wed, 18 Mar 2009 03:47:02 -0700, jonno wrote: In Excel 2002 I can format a shape with a pattern. I can choose from 48 patterns in the list. If those patterns aren't suitable is there any way that I can specify an additional pattern? eg Can I add some patterns programmatically when Excel starts up? Here's what I do: 1) Add an AutoShape 2) Right click the AutoShape, choose Format Autoshape... 3) Choose Color dropdown 4) Select Fill Effects... 5) Choose Patterns tab 6) See 48 patterns, none of which are quite right At this point I'd like some more patterns to be available. I'm happy to write some VBA to get them in the list if possible. cheers, Jonathan |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ta, that sounds like the best option. The client isn't convinced though!
Many thanks. "Gord Dibben" <gorddibbATshawDOTca wrote in message ... Create your own pattern using your favorite graphics editor. Save as a *.jpg Then instead of using "Pattern" choose "Picture" or "Texture" Select the created *.jpg Gord Dibben MS Excel MVP On Wed, 18 Mar 2009 03:47:02 -0700, jonno wrote: In Excel 2002 I can format a shape with a pattern. I can choose from 48 patterns in the list. If those patterns aren't suitable is there any way that I can specify an additional pattern? eg Can I add some patterns programmatically when Excel starts up? Here's what I do: 1) Add an AutoShape 2) Right click the AutoShape, choose Format Autoshape... 3) Choose Color dropdown 4) Select Fill Effects... 5) Choose Patterns tab 6) See 48 patterns, none of which are quite right At this point I'd like some more patterns to be available. I'm happy to write some VBA to get them in the list if possible. cheers, Jonathan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I create a new pattern in Excel programmatically? | Excel Programming | |||
Programmatically create html as input to Excel | Excel Programming | |||
Programmatically create button on Excel worksheet (vb.net) | Excel Programming | |||
Pattern search - Programmatically. | Excel Programming | |||
From Excel 97 Programmatically create access 97 or 2000 database and export data to. | Excel Programming |