B
BIG_j
I create a shape and set the Placement as follows...
Excel.Shape myPicture = _ActiveSheet.Shapes.AddPicture(Location,
MsoTriState.msoFalse, MsoTriState.msoTrue, TargetLeft, TargetTop,
TargetWidth, TargetHeight);
myPicture.Placement = Excel.XlPlacement.xlMoveAndSize;
Problem is, the xlPlacement will not stick. The property remains as xlMove.
Even trying to force a change in the watch window deson't work.
Anyone knows what's going on (or whats wrong) here?
Thanks
BIG_j
Excel.Shape myPicture = _ActiveSheet.Shapes.AddPicture(Location,
MsoTriState.msoFalse, MsoTriState.msoTrue, TargetLeft, TargetTop,
TargetWidth, TargetHeight);
myPicture.Placement = Excel.XlPlacement.xlMoveAndSize;
Problem is, the xlPlacement will not stick. The property remains as xlMove.
Even trying to force a change in the watch window deson't work.
Anyone knows what's going on (or whats wrong) here?
Thanks
BIG_j