JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. Macro.Execute Use this function to execute the macro. Syntax Parameters Return value - This function has no parameters. This function does not return a value. SVB Example Opening and running another macro: Option Base 1 Option Explicit Sub Main Dim m As Macro Set m = Macros.Open(Path & _ "\Examples\Macros\Graph Examples\Henon Strange Attractor.svb") m.Execute() m.Close() End Sub Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.