04-26-2017, 04:32 AM
1. Assign a keyboard trigger or any other trigger, or drag-drop to a toolbar. If the toolbar is attached to the Firefox window, it also solves the 2 problem.
2. Run the dialog macro only when Firefox is active. Or before the paste line insert "activate window" command.
3. Then need to replace the ComboBox control with a ListBox control that has multi-select style. Getting its selected items is not so simple, but not difficult. But I don't know what you'll do with multiple selected items in this macro.
2. Run the dialog macro only when Firefox is active. Or before the paste line insert "activate window" command.
3. Then need to replace the ComboBox control with a ListBox control that has multi-select style. Getting its selected items is not so simple, but not difficult. But I don't know what you'll do with multiple selected items in this macro.