I have a form I'm trying to input. Actually I've been trying to automate this form for years and it looks like MacroScheduler might be able to do it. Just the listview piece is missing.
The form has 2 listviews, add and remove buttons. So think
Grocery List:
Apples
Oranges
Meat
Bread
Chips
Picnic supplies:
Cheese
as you select items from grocery list you press add and they go to the picnic supplies list. So say I want to automatically add Chips and Bread to the picnic supplies. How would I go about doing that? I don't see any options for selecting items in a list view.
I was able to hack something together for a combo box that worked. Basically selected the combo box. Pushed down. Read the value then pushed down again. But I can't get that to work well with this. Is this the only way to do it or is there a better way in which I can tell it select Chips and it would go directly to chips?