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?