Shape Merge

Joined
Aug 15, 2010
Messages
1
Reaction score
0
Hello,

Original Problem
I need to plot boxes to scale, hence using excel scatter plot and then using vba to fill the box
using code for fill shapes based on http://peltiertech.com/Excel/Charts/VBAdraw.html
similar code is available on multiple sites.
This works fine to take one shape at a time.

Currently, There is a need to merge two boxes into one shape so that they have uniform color and transparency. Is there a way to merge shapes. With the above could the two shapes are overlapping and there is a change in transparency in the overlap region.


You could use the sample data for verifying

Box1 Box2
x y x y
16 8 64 2
1024 8 4096 2
1024 72 4096 18
16 72 64 18
16 8 64 2

regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top