Office 2007 - Issues with Shape object Properties

G

Ganesh

In our add-in, we want to copy values of certain properties (like: style,
weight, transparency) from one shape object to another shape object. This
piece of code is working fine in Office 2003 and below Office versions. But
in Office 2007, somehow, properties of these values are junk
(like -1.2222224444). So, we're getting exception while assigning. Any help
on this?

Thanks.
 
N

Nick Hebb

Most of the work I do involves working with autoshapes. I'm seen some
differences, but none like you describe. If you post a code sample it
would help. Also, which Office application are you talking about?


Nick Hebb
BreezeTree Software
http://www.breezetree.com
 
Top