Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8082007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:56:02+00:00 2026-06-05T16:56:02+00:00

I have some code that generates Visio masters for me, and some masters have

  • 0

I have some code that generates Visio masters for me, and some masters have auto-generated Action sections with 1 or more actions. What I’d like to do is drop each of these masters into a page, and run through the list of actions in the shapes, and execute each one, and check to see if they complete without error.

My actions all use CALLTHIS to execute VBA code, so I guess it’s possible to maybe use Application.ExecuteLine, and then I’d just have to parse the CALLTHIS and its arguments. But I’m wondering, is there some mechanism in Visio VBA that would let me programmatically execute an action, or am I stuck doing it all myself?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T16:56:04+00:00Added an answer on June 5, 2026 at 4:56 pm

    There’s a Trigger method on the cell object so you could iterate through you Action rows something like this:

    Private Sub TriggerActionCells(ByRef shpIn As Shape)
    If Not shpIn Is Nothing Then
        If shpIn.SectionExists(visSectionAction, 0) Then
            Dim iRow As Integer
            For iRow = 1 To shpIn.RowCount(visSectionAction)
                shpIn.CellsSRC(visSectionAction, iRow - 1, visActionAction).Trigger
            Next iRow
        End If
    End If
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some LINQ code that generates a list of strings, like this: var
I have some code that I have inherited that generates a matrix of significance
I have some PHP code that generates dynamic tables of data on the fly.
I have some C# code that generates google maps. This codes looks at all
I have some PHP code that generates a calendar and then outputs html to
I have some code with bouncycastle that generates an exception, but even if i
I use Asp.net 4. I have some code in C# that generates html hyperlinks
I have some C code that parses a file and generates another file of
I have some python code which generates a 256^3 numpy array of data that
I have some code that generates a PDF file programmatically and I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.