We have a textbox that is added in vba, and when we try to set the margin in
the vba code the auto-margin settings keep over-writing the settings in our
code. Here is how we are adding the textbox:

ActiveSheet.Shapes.AddTextbox(msoTextOrientationHorizontal, 281, 23.75, _
260, 25).Select
Selection.?????????

Does anyone know a way to prevent the auto-margin settings from taking over?

Thanks!