D
David Thielen
I have the code:
foreach (Shape item in range.ShapeRange)
switch (item.WrapFormat.Type)
And every once in awhile it throws a COMException. When it does a lot
of the properties in item also throw a COMException including ints
like Left.
Any ideas?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm
foreach (Shape item in range.ShapeRange)
switch (item.WrapFormat.Type)
And every once in awhile it throws a COMException. When it does a lot
of the properties in item also throw a COMException including ints
like Left.
Any ideas?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm