Changing the properties of a Shape/ AutoShape within a cell

  • Thread starter Thread starter Guest
  • Start date Start date
Peter,
No, once I found the OP's required wmf, set the path in code, quick test to
run that code, saw results and posted the code.
Next day OP said failed, I tested again and, yep, failed.

NickHK
 
I just wanted to step in here and thank both of you, Nick and Peter for
all this great info. I never knew my one question would lead to so
many posts. I read every one and I am learning.
Thanks again!
Travis
 
I looked up some info on WMF's and EMF's once. From what I recall WMF
(Windows meta file) is a 16-bit version and EMF (enhanced meta file)
is the 32-bit version. So use EMF where possible.

The "meta" in the name is because the file format contains both vector
and raster information in the file. That allows you to resize them and
still have the image and text render nicely. It's a nice format for
working with pictures within Office apps.

[Disclaimer: I'm working off a fuzzy memory here, so I may not be 100%
correct, but I'm pretty sure I got the gist of it.]

Nicholas Hebb
BreezeTree Software
http://www.breezetree.com
 
Back
Top