0

Microsoft has added a new feature referred to as, "Microsoft Search" with Office 365. When this is on, the search box takes up space on the Title bar. I'm looking for a way to hide it or collapse it using VBA or an API call. It doesn't appear to be part of the Office 2019 Fluent User Interface Control Identifiers. Minimizing the Ribbon does not help. This is what I am referring to: Excel Search Feature Image

1 Answers1

0

It is.. See the Microsoft Link: https://www.microsoft.com/en-us/download/confirmation.aspx?id=36798

Open file called "excelcontrols"

Search for "MinimizeRibbon"

alowflyingpig
  • 730
  • 7
  • 18
  • This does not answer my question. The new Microsoft Search feature is in the title bar. You can collapse it to a question mark in the title bar with File > Options > General > Collapse the Microsoft Search box by default. I would like to find a way to collapse or hide it using code. – Lance Phillips Dec 11 '19 at 15:45