能否用VBA改变excel中的图片属性:大小位置随单元格而变
Sep242016
Selection.Placement = xlMoveAndSize (大小和位置随单元格而变)
Selection.Placement = xlMove (大小固定,位置随单元格而变)
Selection.Placement = xlFreeFloating (大小和位置固定)
Selection.left=目标单元格.left
Selection.top=目标单元格.top
Selection.width=目标单元格.width
Selection.height=目标单元格.height
Selection.Placement = xlMoveAndSize