Yes, I know...
thats what I did already
. But getting the macro recorder to record the mouse click on groupy tab to select the tab is what I actually want.... as per my previous post I explained why the built-in tab change macro does not work in the way I am needing it used. Let me break it down... time to get technical.....
A1 = 1st Macro to run set up by Macro MiniMouse
A2 = 2nd Macro to run set up by Macro MiniMouse
B1 = 1st group of Groupy Tab
B2 = 2nd group of Groupy Tab
B3 = 3rd group of Groupy Tab
- (How things currently work) -
Run Macro (Combo of Macro A1 & A2) - (Initial Groupy tab showing is B1)
A1 moves data to B1 then activates A2 that Activates B2 (via hotkey setup inside groupy settings which can only move to the Tab to the right of current tab) which then inputs data into B2 - Done
Run Macro (Only need A2 macro to run as I already have data needed) (Initial Groupy tab showing is B1)
A2 Activates B2 (via hotkey setup inside groupy settings which can only move to the Tab to the right of current tab) which then inputs data into B2 - Done
Run Macro (Only need A2 macro to run as I already have data needed) (Initial Groupy tab showing is B2 the tab I need info on)
A2 that Activates B3 (via hotkey setup inside groupy settings which can only move to the Tab to the right of current tab) which then inputs data into B3 - which messes everything up because I didn't manually change tab back to B1 so the macro can run properly
- (How things would work if Macro Clicks were recognized by the Groupy Tab) -
Run Macro (Combo of Macro A1 & A2) - (Initial Groupy tab showing is B1)
A1 moves data to B1 then A2 clicks the B2 Groupy Tab which then inputs data into B2 - Done
Run Macro (Only need A2 macro to run as I already have data needed) (Initial Groupy tab showing is B1)
A2 clicks the B2 Groupy Tab which then inputs data into B2 - Done
Run Macro (Only need A2 macro to run as I already have data needed) (Initial Groupy tab showing is B2 the tab I need info on)
A2 clicks the B2 Groupy Tab (since we are already on the tab does nothing but ensure we are on the right tab) which then inputs data into B2 - Done
Run Macro (Only need A2 macro to run as I already have data needed) (Initial Groupy tab showing is B3 the tab I "do not" need to be on)
A2 clicks the B2 Groupy Tab (since we are on the wrong tab it'll change to the right tab) which then inputs data into B2 - Done
- Now you might think oh its only 1 macro you can deal.... but I deal with dozens of macros and dozens of tabs... if it were just 1 I could deal with it.... Give you an idea I have 4 screens and they have tons of Groupy tabs going on, and tons of macros that take place, and being able to click the tab via macro from the "control station" I have built would save so much time.