Execute exe embedded in Excel

Execute exe file that embed inside Excel sheet
This is for experimental, not yet completed

CodeFunctionName
What is this?

Public

Not Tested

Original Work
Sub Test_Exe()
    ' Execute an exe file attached in sheet1
    '
    ActiveSheet.Shapes.Range(Array("Object 1")).Select
    Selection.Verb Verb:=xlPrimary
End Sub

Views 1,093

Downloads 212

CodeID
DB ID

ANmarAmdeen
607
Attachments
Revisions

v1.0

Friday
April
16
2021