ExcelHome技术论坛

 找回密码
 免费注册

QQ登录

只需一步,快速开始

快捷登录

搜索
EH技术汇-专业的职场技能充电站 妙哉!函数段子手趣味讲函数 Excel服务器-会Excel,做管理系统 效率神器,一键搞定繁琐工作
HR薪酬管理数字化实战 Excel 2021函数公式学习大典 Excel数据透视表实战秘技 打造核心竞争力的职场宝典
让更多数据处理,一键完成 数据工作者的案头书 免费直播课集锦 ExcelHome出品 - VBA代码宝免费下载
用ChatGPT与VBA一键搞定Excel WPS表格从入门到精通 Excel VBA经典代码实践指南
查看: 791|回复: 6

穷尽指定 AutoShape 对象的形状类型

[复制链接]

TA的精华主题

TA的得分主题

发表于 2023-2-17 23:48 | 显示全部楼层 |阅读模式
[广告] Excel易用宝 - 提升Excel的操作效率 · Excel / WPS表格插件       ★免费下载 ★       ★ 使用帮助
本帖最后由 ning84 于 2023-2-18 21:44 编辑

图形-Shapes-ExcelHome  https://www.excelhome.net/87.html


  1. Sub del1()
  2.     Dim Arr
  3.     Dim oLeft, oTop, oWidth, oHeight, mLeft
  4.     Dim Shp As Shape
  5.     Dim TxtFrm As TextFrame
  6.     Dim TxtFrm2 As TextFrame2
  7.     Dim ArrMsoAutoShapeType, ArrMso2007
  8.     Dim ArrMsoThemeColorSchemeIndex

  9.          ArrMsoAutoShapeType = Array(149, 150, 94, 95, 96, 91, 92, 147, 148, 93, 129, 131, 125, 134, 132, 130, 127, 126, 128, 136, 133, 135, 25, 137, 41, 44, 15, 20, 13, 182, 181, 180, 52, 161, 60, 179, 108, 162, 169, 11, 14, 48, 100, 46, 45, 47, 99, 144, 141, 4, 146, 18, 27, 26, 104, 36, 56, 98, 89, 90, 62, 75, 79, 73, 64, 63, 84, 87, 88, 67, 81, 66, 86, 71, 72, 82, 68, 139, 74, 78, 65, 70, 61, 76, 85, 80, 83, 77, 69, 16, 158, 174, 172, 173, 159, 21, 145, 10, 102, 7, 34, 54, 31, 29, 176, 37, 57, 177, 140, 40, 43, 22, 109, 113, 121, 117, 110, 114, 122, 118, 111, 115, 123, 119, 112, 116, 124, 120, 183, 166, 167, 164, 165, 168, 163, -2, 24, 143, 19, 50, 138, 6, 9, 107, 2, 51, 142, 175, 28, 171, 39, 59, 1, 105, 12, 33, 53, 32, 30, 8, 151, 157, 152, 5, 106, 17, 155, 157, 156, 154, 170, 49, 23, 178, 160, 3, 35, 55, 38, 58, 97, 42, 101, 103)
  10.          Debug.Print UBound(ArrMsoAutoShapeType)
  11.          ''
  12.          ArrMso2007 = Array(94, 95, 96, 91, 92, 93, 129, 131, 125, 134, 132, 130, 127, 126, 128, 136, 133, 135, 25, 137, 41, 44, 15, 20, 13, 52, 60, 108, 11, 14, 48, 100, 46, 45, 47, 99, 4, 18, 27, 26, 104, 36, 56, 98, 89, 90, 62, 75, 79, 73, 64, 63, 84, 87, 88, 67, 81, 66, 86, 71, 72, 82, 68, 74, 78, 65, 70, 61, 76, 85, 80, 83, 77, 69, 16, 21, 10, 102, 7, 34, 54, 31, 29, 37, 57, 40, 43, 22, 109, 113, 121, 117, 110, 114, 122, 118, 111, 115, 123, 119, 112, 116, 124, 120, -2, 24, 19, 50, 138, 6, 9, 107, 2, 51, 28, 39, 59, 1, 105, 12, 33, 53, 32, 30, 8, 5, 106, 17, 49, 23, 3, 35, 55, 38, 58, 97, 42, 101, 103)
  13.          Arr = Array(94, 95, 96, 91, 92, 93, 129, 131, 125, 134, 132, 130, 127, 126, 128, 136, 133, 135, 25, 137, 41, 44, 15, 20, 13, 52, 60, 108, 11, 14, 48, 100, 46, 45, 47, 99, 4, 18, 27, 26, 104, 36, 56, 98, 89, 90, 62, 75, 79, 73, 64, 63, 84, 87, 88, 67, 81, 66, 86, 71, 72, 82, 68, 74, 78, 65, 70, 61, 76, 85, 80, 83, 77, 69, 16, 21, 10, 102, 7, 34, 54, 31, 29, 37, 57, 40, 43, 22, 109, 113, 121, 117, 110, 114, 122, 118, 111, 115, 123, 119, 112, 116, 124, 120, -2, 24, 19, 50, 138, 6, 9, 107, 2, 51, 28, 39, 59, 1, 105, 12, 33, 53, 32, 30, 8, 5, 106, 17, 49, 23, 3, 35, 55, 38, 58, 97, 42, 101, 103)
  14.          ''
  15.          ArrMsoThemeColorSchemeIndex = Array(5, 6, 7, 8, 9, 10, 1, 3, 12, 11, 2, 4)
  16.          ''
  17.          For Each Shp In Sheet3.Shapes
  18.                Shp.Delete
  19.          Next Shp
  20.          
  21.          With Sheet3.Shapes
  22.               oLeft = 5
  23.               oTop = 5
  24.               oWidth = 300
  25.               oHeight = 30
  26.               For ii = 0 To UBound(Arr)
  27.                    Set Shp = .AddShape(Arr(ii), oLeft, oTop, oWidth, oHeight)
  28.                    Set TxtFrm2 = Shp.TextFrame2
  29.                    oLeft = mLeft
  30.                    With TxtFrm2
  31.                           .TextRange.Text = Shp.Name & oLeft & " x " & oTop & "x" & oWidth & " x " & oHeight
  32.                           .AutoSize = msoAutoSizeShapeToFitText
  33.                    End With
  34.                    ''
  35.                    oLeft = oLeft + oWidth + 50
  36.                    Set Shp = .AddShape(Arr(ii), oLeft, oTop, oWidth + 50, oHeight)
  37.                    Set TxtFrm = Shp.TextFrame
  38.                    With TxtFrm
  39.                           .Characters.Text = Shp.Name & oLeft & " x " & oTop & " x " & oWidth + 50 & " x " & oHeight
  40.                           .AutoSize = True
  41.                    End With
  42.                    oTop = oTop + oHeight + 40
  43.                    oLeft = mLeft
  44.               Next ii
  45.          End With
  46. End Sub
复制代码




MsoAutoShapeType 枚举 (Office) | Microsoft Learn  https://learn.microsoft.com/zh-c ... ce.msoautoshapetype

眉毛都有数根白眉毛,头发基本全白的老汉,近期有点开窍。能编制有点难度的小程序。
小程序也就30多行代码。关键语句2条,Set Shp = .AddShape(Arr(ii), oLeft, oTop, oWidth, oHeight),  Set TxtFrm2 = Shp.TextFrame2
数据源简化为数组,简化编程工作量。

评分

1

查看全部评分

TA的精华主题

TA的得分主题

 楼主| 发表于 2023-2-18 09:08 | 显示全部楼层
本帖最后由 ning84 于 2023-2-20 15:01 编辑


184个MsoAutoShapeType 与12个MsoThemeColorSchemeIndex 枚举 组合为题。与各位网友共同穷尽形状和颜色的组合

*****************
填充、渐变和效果概述填充是形状的内部颜色。在更改形状的填充颜色时,还可以向填充添加纹理、图片或渐变。渐变是颜色和底纹的逐渐过渡,通常是从一种颜色过渡到另一种颜色,或者从一种底纹过渡到同一颜色的另一种底纹。

更改形状的填充颜色只影响形状的内部或正面。如果您添加另一种效果(如阴影)并且希望为该效果应用另一种颜色,则必须单独更改阴影的颜色。
三维效果可增加形状的深度。您可以向形状添加内置的三维效果组合,也可以添加单个效果。



WdThemeColorIndex 枚举 (Microsoft.Office.Interop.Word) | Microsoft Learn  https://learn.microsoft.com/zh-c ... index?view=word-pia


msoThemeAccent15指定配色方案“强调文字颜色 1”。
msoThemeAccent26指定配色方案“强调文字颜色 2”。
msoThemeAccent37指定配色方案“强调文字颜色 3”。
msoThemeAccent48指定配色方案“强调文字颜色 4”。
msoThemeAccent59指定配色方案“强调文字颜色 5”。
msoThemeAccent610指定配色方案“强调文字颜色 6”。
msoThemeDark11指定配色方案“深色 1”。
msoThemeDark23指定配色方案“深色 2”。
msoThemeFollowedHyperlink12指定已单击超链接的配色方案。
msoThemeHyperlink11指定超链接的配色方案。
msoThemeLight12指定配色方案“浅色 1”。
msoThemeLight24指定配色方案“浅色 2”。


  1.     ActiveSheet.Shapes.AddShape(msoShapeChord, 150, 131.4, 213.6, 73.8).Select
  2.     Selection.ShapeRange.ShapeStyle = msoShapeStylePreset14
  3.     Selection.ShapeRange.ShapeStyle = msoShapeStylePreset12
  4.     Selection.ShapeRange.ShapeStyle = msoShapeStylePreset33
  5.     Range("I2").Select
  6.     ActiveSheet.Shapes.Range(Array("Chord 2")).Select
  7.     With Selection.ShapeRange.Glow
  8.         .Color.ObjectThemeColor = msoThemeColorAccent2
  9.         .Color.TintAndShade = 0
  10.         .Color.Brightness = 0
  11.         .Transparency = 0.6000000238
  12.         .Radius = 8
  13.     End With
复制代码


image.png

TA的精华主题

TA的得分主题

发表于 2023-2-18 10:19 | 显示全部楼层

TA的精华主题

TA的得分主题

 楼主| 发表于 2023-2-22 20:41 | 显示全部楼层
[广告] VBA代码宝 - VBA编程加强工具 · VBA代码随查随用  · 内置多项VBA编程加强工具       ★ 免费下载 ★      ★使用手册
dd.jpg
不能遍历所有变化。



  1. Function MsoShapeType(Sld As Slide, ShapeArr, ShapeTypeArr, ShapeStyleArr)
  2.     Dim oLeft, oTop, oWidth, oHeight
  3.     Dim Shp As Shape, ShpRng As ShapeRange
  4.     Dim Hh
  5.          oLeft = 15
  6.          oTop = 10
  7.          oWidth = 300
  8.          oHeight = 100
  9.          Hh = -0
  10.          
  11.          For ii = 0 To UBound(ShapeArr) 'To 0 Step -1
  12.              Set Shp = ShapeArr(ii)
  13.              Debug.Print ii Mod 2
  14.              With Shp
  15.                   '.Shadow = True
  16.                   '.AutoShapeType = ShapeArr(ii)
  17.                   .shapestyle = ShapeStyleArr(ii)
  18.                   If ii Mod 2 Then
  19.                       .Left = oLeft + .Width + 80
  20.                   Else
  21.                       .Left = oLeft
  22.                   End If
  23.                   If ii Mod 2 Then
  24.                       .Top = oTop + Hh
  25.                       Hh = Hh + .Height + 80
  26.                   Else
  27.                      .Top = oTop + Hh
  28.                   End If
  29.                   .Width = oWidth
  30.                   .Height = oHeight
  31.                   '.Select
  32.                   Set ShpRng = Sld.Shapes.Range(.Name)
  33.                   With ShpRng
  34.                        .TextFrame2.TextRange.Text = ShapeTypeArr(ii) & " + " & ShapeStyleArr(ii)
  35.                        .AutoShapeType = ShapeTypeArr(ii)
  36.                        .TextFrame2.AutoSize = msoAutoSizeShapeToFitText
  37.                        '.Shadow = True
  38.                   End With
  39.                  
  40.              End With
  41.          Next ii
  42. End Function
复制代码



aa.zip

256.64 KB, 下载次数: 9

TA的精华主题

TA的得分主题

发表于 2023-2-23 10:18 | 显示全部楼层
[广告] VBA代码宝 - VBA编程加强工具 · VBA代码随查随用  · 内置多项VBA编程加强工具       ★ 免费下载 ★      ★使用手册
很佩服研究ppt-vba的,各位加油!!

TA的精华主题

TA的得分主题

 楼主| 发表于 2023-3-28 07:43 | 显示全部楼层
dd.jpg



  1. Private Sub ll3()
  2.       Dim Pres As Presentation
  3.       Dim xChart As Chart
  4.       Dim Sht As Worksheet
  5.       Dim Rng As Range
  6.       Dim Str
  7.         Set Pres = Application.ActivePresentation
  8.         Set xChart = Pres.Slides(1).Shapes("C1").Chart
  9.         ''
  10.         xChart.ChartData.Activate
  11.         Set Sht = xChart.ChartData.Workbook.Worksheets(1)
  12.         Set Rng = Sht.Range("B1:I4")
  13.     Dim Shp As Shape, Kk
  14.     Dim Sld As Slide, oSld As Slide
  15.     Dim SldArr() As Slide
  16.             ReDim SldArr(2 To Rng.Columns.Count) As Slide
  17.     Dim ShpRng As ShapeRange
  18.     Dim TxtRng2 As TextRange2
  19.         Set Sld = Pres.Slides(1)
  20.         For ii = Pres.Slides.Count To 2 Step -1
  21.              Set oSld = Pres.Slides(ii)
  22.              Debug.Print oSld.Name
  23.              oSld.Delete
  24.         Next ii
  25.         Stop
  26.         
  27.         For ii = 2 To Rng.Columns.Count
  28.              Sld.Duplicate
  29.              Set SldArr(ii) = Pres.Slides(ii)
  30.              Debug.Print SldArr(ii).Name
  31.         Next ii
  32.         Stop
  33. End Sub
复制代码


TA的精华主题

TA的得分主题

 楼主| 发表于 2023-11-30 17:28 | 显示全部楼层
AutoShapeType属性
为指定的 Shape 或 ShapeRange对象返回或设置形状类型,除了直线、任意多边形图形或连接符外,必须表示一 AutoShape。可读写。MsoAutoShapeType 类型。
MsoAutoShapeType 可以是下列 MsoAutoShapeType 类型常数之一。
msoShapeFlowchartConnector
msoShapeFlowchartData
msoShapeFlowchartDecision
msoShapeFlowchartDelay
msoShapeFlowchartDirectAccessStorage
msoShapeFlowchartDisplay
msoShapeFlowchartDocument
msoShapeFlowchartExtract
msoShapeFlowchartInternalStorage
msoShapeFlowchartMagneticDisk
msoShapeFlowchartManualInput
msoShapeFlowchartManualOperation
msoShapeFlowchartMerge
msoShapeFlowchartMultidocument
msoShapeFlowchartOffpageConnector
msoShapeFlowchartOr
msoShapeFlowchartPredefinedProcess
msoShapeFlowchartPreparation
msoShapeFlowchartProcess
msoShapeFlowchartPunchedTape
msoShapeFlowchartSequentialAccessStorage
msoShapeFlowchartSort
msoShapeFlowchartStoredData
msoShapeFlowchartSummingJunction
msoShapeFlowchartTerminator
msoShapeFoldedCorner
msoShapeHeart
msoShapeHexagon
msoShapeHorizontalScroll
msoShapeIsoscelesTriangle
msoShapeLeftArrow
msoShapeLeftArrowCallout
msoShapeLeftBrace
msoShapeLeftBracket
msoShapeLeftRightArrow
msoShapeLeftRightArrowCallout
msoShapeLeftRightUpArrow
msoShapeLeftUpArrow
msoShapeLightningBolt
msoShapeLineCallout1
msoShapeLineCallout1AccentBar
msoShapeLineCallout1BorderandAccentBar
msoShapeLineCallout1NoBorder
msoShapeLineCallout2
msoShapeLineCallout2AccentBar
msoShapeLineCallout2BorderandAccentBar
msoShapeLineCallout2NoBorder
msoShapeLineCallout3
msoShapeLineCallout3AccentBar
msoShapeLineCallout3BorderandAccentBar
msoShapeLineCallout3NoBorder
msoShapeLineCallout4
msoShapeLineCallout4AccentBar
msoShapeLineCallout4BorderandAccentBar
msoShapeLineCallout4NoBorder
msoShapeMixed
msoShapeMoon
msoShapeNoSymbol
msoShapeNotchedRightArrow
msoShapeNotPrimitive
msoShapeOctagon
msoShapeOval
msoShapeOvalCallout
msoShapeParallelogram
msoShapePentagon
msoShapePlaque
msoShapeQuadArrow
msoShapeQuadArrowCallout
msoShapeRectangle
msoShapeRectangularCallout
msoShapeRegularPentagon
msoShapeRightArrow
msoShapeRightArrowCallout
msoShapeRightBrace
msoShapeRightBracket
msoShapeRightTriangle
msoShapeRoundedRectangle
msoShapeRoundedRectangularCallout
msoShapeSmileyFace
msoShapeStripedRightArrow
msoShapeSun
msoShapeTrapezoid
msoShapeUpArrow
msoShapeUpArrowCallout
msoShapeUpDownArrow
msoShapeUpDownArrowCallout
msoShapeUpRibbon
msoShapeUTurnArrow
msoShapeVerticalScroll
msoShapeWave
msoShapeFlowchartCollate
msoShape16pointStar
msoShape24pointStar
msoShape32pointStar
msoShape4pointStar
msoShape5pointStar
msoShape8pointStar
msoShapeActionButtonBackorPrevious
msoShapeActionButtonBeginning
msoShapeActionButtonCustom
msoShapeActionButtonDocument
msoShapeActionButtonEnd
msoShapeActionButtonForwardorNext
msoShapeActionButtonHelp
msoShapeActionButtonHome
msoShapeActionButtonInformation
msoShapeActionButtonMovie
msoShapeActionButtonReturn
msoShapeActionButtonSound
msoShapeArc
msoShapeBalloon
msoShapeBentArrow
msoShapeBentUpArrow
msoShapeBevel
msoShapeBlockArc
msoShapeCan
msoShapeChevron
msoShapeCircularArrow
msoShapeCloudCallout
msoShapeCross
msoShapeCube
msoShapeCurvedDownArrow
msoShapeCurvedDownRibbon
msoShapeCurvedLeftArrow
msoShapeCurvedRightArrow
msoShapeCurvedUpArrow
msoShapeCurvedUpRibbon
msoShapeDiamond
msoShapeDonut
msoShapeDoubleBrace
msoShapeDoubleBracket
msoShapeDoubleWave
msoShapeDownArrow
msoShapeDownArrowCallout
msoShapeDownRibbon
msoShapeExplosion1
msoShapeExplosion2
msoShapeFlowchartAlternateProcess
msoShapeFlowchartCard
expression.AutoShapeType
expression  必选。该表达式返回“应用于”列表中的对象之一。可读写。Long 类型。
注意  改变一个形状的类型时,该形状保留其大小、颜色和其他属性。
说明
使用ConnectorFormat对象的 Type属性设置或返回连接符类型。
VBA示例
本示例在myDocument 中用 16 角星替换所有 32 角星。
Set myDocument = ActivePresentation.Slides(1)
For Each s In myDocument.Shapes
    If s.AutoShapeType =msoShape16pointStar Then
        s.AutoShapeType =msoShape32pointStar
    End If
Next


TA的精华主题

TA的得分主题

 楼主| 发表于 2024-2-23 14:23 | 显示全部楼层
自己出题自己解题


  1. Function AddTextMainNoteRightNote(Shps As Shapes) ' As Object)
  2.     Dim Shp As Shape
  3.     Dim Str, FontSize
  4.         Str = "fffffffff5555f"
  5.         FontSize = 25
  6.             Set Shp = Shps.AddTextbox(msoTextOrientationHorizontal, 5, 685, 530, FontSize * 100)
  7.             'Shps.AddTextbox msoTextOrientationHorizontal
  8.             Shp.Name = "MainNote"
  9.             With Shp.TextFrame.TextRange
  10.                  .Text = Str
  11.                  .Font.Size = FontSize
  12.                 .Font.Bold = msoFalse
  13.                   
  14.             End With
  15.             With Shp
  16.                   .TextFrame.AutoSize = ppAutoSizeNone
  17.                   .ShapeStyle = msoShapeStylePreset17
  18.                   .Height = FontSize * 2.8
  19.             End With
  20.             
  21.             ''
  22.             FontSize = 15
  23.             Set Shp = Shps.AddTextbox(msoTextOrientationHorizontal, 0, 760, 540, FontSize + 2)
  24.             
  25.             Shp.Name = "RightNote"
  26.             With Shp.TextFrame.TextRange
  27.                  .Text = Str
  28.                  .Font.Size = FontSize
  29.                  .Font.Bold = msoCTrue
  30.             End With
  31.             Shp.TextEffect.Alignment = msoTextEffectAlignmentRight
  32.         
  33.         
  34. End Function


  35.    
  36. ''
  37. Sub ll2()
  38.    Dim Pres As Presentation
  39.        Set Pres = Application.ActivePresentation
  40.    Dim Slds As Slides, Sld As Slide
  41.        Set Slds = Pres.Slides
  42.    Dim Shp As Shape, Shps As Shapes
  43.       
  44.       
  45.       
  46.        For II = 1 To Slds.Count
  47.            Slds(II).Select
  48.            Set Shps = Slds(II).Shapes
  49.            Debug.Print Shps.Count
  50.            
  51.            For jj = Shps.Count To 2 Step -1
  52.                Set Shp = Shps(jj)
  53.                
  54.                 Shp.Delete
  55.            
  56.            Next jj
  57.            
  58.            AddTextMainNoteRightNote Shps
  59.            
  60.        Next II
  61. End Sub

  62. Sub llll()
  63.   Dim Shp As Shape, ShpRng As ShapeRange
  64.   Dim Ss As Selection
  65.   Dim T As TextEffectFormat
  66.   Dim tt As TextRange
  67.   Dim ttt As TextStyle
  68.      'ttt.TextFrame.WordWrap = msoFalse
  69.       Set Ss = Application.ActiveWindow.Selection
  70.       Set ShpRng = Ss.ShapeRange
  71.       ShpRng.TextFrame.AutoSize = ppAutoSizeShapeToFitText
  72.       Stop
  73.       ShpRng.Width = 540
  74.       Stop
  75.       ShpRng.TextFrame.AutoSize = ppAutoSizeNone
  76.       Shp.Width = 540
  77.       Stop
  78.       Debug.Print ShpRng.Name
  79.       ShpRng.TextFrame.WordWrap = msoFalse
  80.       
  81. End Sub
复制代码
您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

手机版|关于我们|联系我们|ExcelHome

GMT+8, 2024-12-4 01:03 , Processed in 0.060537 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 1999-2023 Wooffice Inc.

沪公网安备 31011702000001号 沪ICP备11019229号-2

本论坛言论纯属发表者个人意见,任何违反国家相关法律的言论,本站将协助国家相关部门追究发言者责任!     本站特聘法律顾问:李志群律师

快速回复 返回顶部 返回列表