![]() |
Determining if a Step is checked
I am trying to determine if 'Am I Checked' is checked and then set a macro based on the result. This example only works for the current Step. How do I reference 'Am I Checked' in the script?
|
If you know where the step is, you could use
If Project.Steps(vbldStepMain)(1).Checked Then ... To locate the step by name, use index = Project.FindStep("Am I Checked", vbldStepMain) If Project.Steps(vbldStepMain)(index).Checked Then ... |
All times are GMT -5. The time now is 10:11 AM. |
Copyright © 1999-2023 Kinook Software, Inc.