Losing Excel 2007 Ribbon with MSVDM

markdibley

New Member
Joined
Jun 12, 2009
Messages
3
Hello

This is a bit of an annoyance for me and is probably not very common. I use Microsoft Virtual Desktop Manager which gives me 4 different desktops to switch between.

When I am using Excel 2007 and I switch desktops, when I return all the menus/ribbon has gone so all I am left with is the spreadsheet and formula bar. (I used to use ctrl+1,2,3,4 to switch desktops. Now I use WinKey+1,2,3,4).

Is there any way to force Excel either to retain the ribbon or to reactivate it?

As I said, it's a rare one, but any advice would be great. Thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
:)

I see a few people have read this thread, but no-one has suggested a solution. I worry I may not have explained things clearly so if there is any other information you think might be helpful please let me know.

Thanks
 
Upvote 0
Not sure - there is a choice to "show" or "hide" the ribbon. Is that all that's involved. Unfortunately, no experience with Windows desktop manager. Do MS provide that at its site or do you have to buy it?

Alex
 
Upvote 0
Is this what you are after?
Rich (BB code):
Sub Hide_Unhide_Ribbons()
Application.SendKeys ("^{F1}")
End Sub

Sub HideRibbon()
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)"
End Sub

Sub ShowRibbon()
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",True)"
End Sub
May be you touch Ctrl-F1 instead of Ctrl-1?
If so just do Ctrl-F1 ones more.
 
Last edited:
Upvote 0
Hello

I tried this and Ctrl-F1 does work and un/hides the ribbon.

Sadly, however, Ctrl-F1 does not restore the ribbon after switching between desktops.

I suspect it is a focus issue as I have focus problems that effect the context menu on Firefox when I switch between desktops

Thanks

Mark
 
Upvote 0

Forum statistics

Threads
1,214,638
Messages
6,120,676
Members
448,977
Latest member
moonlight6

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top