Measure

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Task Modification Through VBA

I have a single task that is to be executed through the Serial interface repeatedly. The only difference in each execution would be the command string which would be modified based on input from the user for one single field. I only need one input value from the user and the user does not need to be able to change any of the other fields for the task. I can create an instance of the t_task object from SERIAL.XLA and can assign all the required attributes, but I have run into a problem with locating the methods that would allow me to add this dynamic task to the menu task list. I haven't been able to save my new task or get it to run from within my VBA code. I was wondering if anyone knew how to dynamically change an existing ta
sk's command string before execution without physically having to edit the task from serial menu or how to save a dynamically created task to the list so that it can be executed by Serial through VBA?
0 Kudos
Message 1 of 2
(6,592 Views)
I do not know how to do this, but perhaps someone more familiar with VBA could help? I'm sure there are resources on MSDN that could point you in the right direction.

Good luck,
-D
0 Kudos
Message 2 of 2
(6,592 Views)