CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2011
    Posts
    6

    Hiding the ribbon

    Hi

    Is there any way of minimizing the ribbon in excel via a c# com add-in? I know that one option might be to replicate CTRL+F1 (with SendKeys.Send("^{F1}")) - but if the ribbon is already minimized, this brings it back. So is there a different way of doing it or alternativelt a way to detect whether the ribbon is already minimized?

    Thanks in advance for any leads.

    Ameet

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: Hiding the ribbon

    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured