Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. get the txt of wordArt with VBA (C++ code)

get the txt of wordArt with VBA (C++ code)

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BCN 163
    wrote on last edited by
    #1

    does anyone know how to get the text of WordArt with VBA or C++ ========================================================= additional : what kind of object is WordArt? inlineshape? shape? or something else. 3ks very much.

    CPalliniC S 2 Replies Last reply
    0
    • B BCN 163

      does anyone know how to get the text of WordArt with VBA or C++ ========================================================= additional : what kind of object is WordArt? inlineshape? shape? or something else. 3ks very much.

      CPalliniC Offline
      CPalliniC Offline
      CPallini
      wrote on last edited by
      #2

      What has your question to do with the C/C++/MFC forum?

      Veni, vidi, vici.

      In testa che avete, signor di Ceprano?

      B 1 Reply Last reply
      0
      • CPalliniC CPallini

        What has your question to do with the C/C++/MFC forum?

        Veni, vidi, vici.

        B Offline
        B Offline
        BCN 163
        wrote on last edited by
        #3

        I'm sorry. I want to complete this function in C++. But I have no idea how to do it.

        1 Reply Last reply
        0
        • B BCN 163

          does anyone know how to get the text of WordArt with VBA or C++ ========================================================= additional : what kind of object is WordArt? inlineshape? shape? or something else. 3ks very much.

          S Offline
          S Offline
          Software_Developer
          wrote on last edited by
          #4

          With VBA :

          Sub GetT()
          Dim sh As Shape

          For Each sh In ActiveSheet.Shapes
          '// msoTextEffect
          If sh.Type = 15 Then
          MsgBox sh.TextEffect.Text
          End If
          Next

          End Sub

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups