Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Fill in Effects

Sounds like a perfect use for a little known capability, try this

Sub test()
Dim shp As Shape

With Range("B2")
Set shp = ActiveSheet.Shapes.AddShape(1, .Left, .Top, 30#, 30#)
End With

shp.Fill.UserPicture "C:\WINDOWS\Santa Fe Stucco.bmp" ' < change

End Sub

Replace the picture file with suitably sized pictures of your tiles (use bmp
or jpg).

Manually, format, colors & Lines, Color, Fille effects, Picture, select
picture...

Record a macro to get the syntax for any other formats, eg border, then edit
out all the select's and other unnecessary stuff.

Regards,
Peter T

"Andrew" wrote in message
...
We are trying to utilise the fill and effects function to color floor
plans.
The desired effect is floor tiles laid in different formats. The function
works well however there are not enough tile effects to suit our
requirements. Is there a way to change some of these fill effects and save
as
standard.

--
Traveler



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
Fill effects on Bar Charts EsN Excel Discussion (Misc queries) 1 October 7th 08 03:34 PM
WordArt Fill Effects Debra Excel Discussion (Misc queries) 1 August 18th 08 09:20 PM
Fill Effects on Fill Color Rugdoody Excel Discussion (Misc queries) 1 September 14th 05 06:45 PM
Fill Effects CMW Excel Discussion (Misc queries) 0 April 4th 05 08:17 PM
Chart Fill Effects Dan[_28_] Excel Programming 0 January 3rd 04 03:50 AM


All times are GMT +1. The time now is 06:22 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"