ted.martin
Registered User.
- Local time
- Today, 17:07
- Joined
- Sep 24, 2004
- Messages
- 743
I have an application where I need to Minimize the Ribbon to load a rather large form using as much of the screen as possible; but I do not want to hide it. As such I use the fooloiwng code in the switchboard load event.
The problem is when this application is closed and a different Access database loads, the Ribbon remain Minimized; I need it Maximized.
The following code does not work.
Does anyone know the solution?
Thank you.
Code:
CommandBars.ExecuteMso "MinimizeRibbon"
The problem is when this application is closed and a different Access database loads, the Ribbon remain Minimized; I need it Maximized.
The following code does not work.
Code:
CommandBars.ExecuteMso "MaximizeRibbon"
Does anyone know the solution?
Thank you.