国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 辦公 > Word > 正文

vba設(shè)置word圖片格式

2019-11-05 19:52:01
字體:
供稿:網(wǎng)友

  一、旋轉(zhuǎn)圖片

  Dim blnIsInlineShape As Boolean

  If Selection.Type = wdSelectionInlineShape Then

  blnIsInlineShape = True

  Selection.InlineShapes(1).ConvertToShape

  End If

  Dim intTurn As Integer

  intTurn = InputBox("請(qǐng)輸入圖形要旋轉(zhuǎn)的角度值" & vbCrLf & "正數(shù)表示順時(shí)針,負(fù)數(shù)表示逆時(shí)針。", "圖形旋轉(zhuǎn)", 30)

  Selection.ShapeRange.IncrementRotation intTurn

  End Sub

  二、將文檔中的每張圖片的版式轉(zhuǎn)換為嵌入式圖形

  For Each s In Documents("MyDoc.doc").Shapes

  If s.Type = msoPicture Then

  s.ConvertToInlineShape

  End If

  Next s

  三、設(shè)置圖片的高度寬度

  Mywidth=10'10為圖片寬度(厘米)

  Myheigth=10'10為圖片高度(厘米)

  For Each iShape In ActiveDocument.InlineShapes

  iShape.Height = 28.345 * Myheigth

  iShape.Width = 28.345 * Mywidth

  Next iShape

  四、得到圖片的像素

  Sub 獲取嵌入型圖片的像素()

  On Error Resume Next

  With Selection.Range.Find

  .ClearFormatting

  .Replacement.ClearFormatting

  .Execute findtext:="^g", MatchWildcards:=False, Wrap:=wdFindStop

  MsgBox "該圖片的像素為:" & Selection.InlineShapes(1).Width _

  & " * " & Selection.InlineShapes(1).Height

  End With

  End Sub

  五、復(fù)制圖片到Word文檔中

  Dim objWordApp As Word.application

  Dim objWord As Word.Document

  Range(Cells(3, 2), Cells(11, 11)).Select

  Selection.CopyPicture

  Set objWordApp = CreateObject("Word.Application")

  Set objWord = objWordApp.Documents.Add

  objWord.Application.Visible = True

  objWord.Application.Selection.Paste

  Set objWord = Nothing

  Set objWordApp = Nothing


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 腾冲县| 平昌县| 渑池县| 辽宁省| 双辽市| 财经| 合水县| 济源市| 万荣县| 钟山县| 怀宁县| 黄骅市| 汾西县| 南川市| 无棣县| 深州市| 西青区| 定结县| 吉安县| 沂源县| 秦皇岛市| 象州县| 谢通门县| 大埔区| 西畴县| 周至县| 宁夏| 新巴尔虎左旗| 澜沧| 嘉荫县| 达尔| 芜湖市| 舟山市| 城市| 葫芦岛市| 天镇县| 元江| 阿勒泰市| 邢台市| 建德市| 通许县|