I recently upgraded to Office 2021 from Office 2010 (it's been a minute), and whenever I open a new file, the active tab on the Ribbon reverts to the "Home" ribbon.
I would like for the active Ribbon to remain as the same Ribbon that was active before opening an additional file (like 2010! Just sayin'). I've written a number of custom ribbons that open various specific files programmatically, and it's annoying that Excel now changes the Ribbon to the Home Ribbon whenever I open a new file. Sigh. It's nothing other than annoying, but it's still annoying! LOL!
I haven't been able to find any settings that affect this, and I also haven't been able to find any answers on the internet as of yet.
Suggestions? Am I missing something? Or is this just something that I have to accept with my "upgrade" to 2021? Shall I just add code into my VBA that programmatically changes the Ribbon to whatever tab was active when the macro was called? (I mean, that's always a workaround option, I guess.)
I would like for the active Ribbon to remain as the same Ribbon that was active before opening an additional file (like 2010! Just sayin'). I've written a number of custom ribbons that open various specific files programmatically, and it's annoying that Excel now changes the Ribbon to the Home Ribbon whenever I open a new file. Sigh. It's nothing other than annoying, but it's still annoying! LOL!
I haven't been able to find any settings that affect this, and I also haven't been able to find any answers on the internet as of yet.
Suggestions? Am I missing something? Or is this just something that I have to accept with my "upgrade" to 2021? Shall I just add code into my VBA that programmatically changes the Ribbon to whatever tab was active when the macro was called? (I mean, that's always a workaround option, I guess.)