Message 1 of 4
Execute Transcript file Inventor 2017

Not applicable
08-18-2017
12:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've used this forum a lot and always found a solution for my problems, until now. So I have to ask for your help personally this time.
What I want to do:
Calling/Execute various transcript files at different positions while executing a VBA Code.
I already got the (working) transcript files, and I am able to execute them manually via
"ThisApplication.CommandManager.ControlDefinitions.Item("AppReplayTranscriptCmd").Execute"
The Problem:
I have to choose which Transcript File I want to execute in the file browser.
I want it to be handled like I would Call a Sub in the normal VBA Code, so, automatically. That would be really nice.
Is this possible?
If not, is there a workaround?
Thanks for your time.