Thread: Shapes Fill
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mhisma mhisma is offline
external usenet poster
 
Posts: 2
Default Shapes Fill

Dear All,
is there any way to check the fill type of a shapes using VBA? I have a
worksheet contain some shapes with different fills type ( e.g. Solid or
Patterned ), and each shape represent different object ( e.g. patterned =
car, solid = motorcycle), so I want to list all shapes with its fill type (
e.g. shape1 = textbox = fill solid)

Any help will be greatly appreciated

Regards