Macro to Toggle the Character-Specific Macros Panel

I’m looking for a /run macro to open the character-specific tab of the Macros UI panel.
The closest thing I could find was this post:

Which will toggle the Macros panel on the “general macros” tab, but I would like the macro to open straight to the character-specific tab. I wasn’t able to figure out how to modify it. Can anyone help?
Thank you

Something like:

/run if not UnitAffectingCombat("player") then MacroFrame_LoadUI() if MacroFrame_Show then MacroFrame_Show() end MacroFrameTab2:Click() end
2 Likes

perfect, thank you friend