在word中输入任意角度旋转图片
摘要:
Sub 图片旋转任意角度() Dim sha As Shape, isa As InlineShape Static s As Integer Application.ScreenUpdating = 0 s = InputBox("请输入要旋转的角度:", "图像旋转", s) If Active 阅读全文
posted @ 2018-07-03 16:01 zhanglei1371 阅读(605) 评论(0) 推荐(0) 编辑