摘要: 1.单元格内图片 Sub dq() Dim shp As Shape For Each shp In ActiveSheet.Shapes shp.Left = (shp.TopLeftCell.Width - shp.Width) / 2 + shp.TopLeftCell.Left shp.To 阅读全文
posted @ 2022-03-09 09:24 zhouxg72 阅读(735) 评论(0) 推荐(0)