Hi All,
Is it possible to grab specific cells of an excising selection via a macro?
For example with fixture 101 thru 105 selected, grab only cells .5 thru .9
I tried to achieve this via AddToCmdl with no joy.
Cheers
Hi All,
Is it possible to grab specific cells of an excising selection via a macro?
For example with fixture 101 thru 105 selected, grab only cells .5 thru .9
I tried to achieve this via AddToCmdl with no joy.
Cheers
Fixture 101 Thru 105.5 Thru .9
I think is the wording you need to select just cells 5 thru 9
But may need main fixture call to access dimmer. dependson the fixture profile.
something like this should do the job:
Down
If Fixture *.5 Thru 9
something like this should do the job:
Down
If Fixture *.5 Thru 9
Perfect thank you