Results 1 to 10 of 15

Thread: Customizing Right-Click Context Menu In Excel For CommandBars Cell Row And Column

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Member
    Join Date
    Jun 2013
    Posts
    93
    Rep Power
    13
    Quote Originally Posted by Excel Fox View Post
    You will not be able to trigger workbook level events across your application unless you create application level events using the WithEvents keyword.
    I think it would be enough to eliminate this sub to make the manu change permanent
    Code:
    Private Sub Workbook_Deactivate()
        Call DeleteFromCellMenu
    End Sub
    Last edited by patel; 08-06-2013 at 09:08 AM.

Similar Threads

  1. Replies: 4
    Last Post: 06-01-2013, 01:08 PM
  2. Highlight Active Cell’s Row and Column
    By Transformer in forum Tips, Tricks & Downloads (No Questions)
    Replies: 0
    Last Post: 05-17-2013, 12:32 AM
  3. Replies: 7
    Last Post: 04-21-2013, 07:50 PM
  4. Lookup From Cell Range By Matching Row and Column
    By paul_pearson in forum Excel Help
    Replies: 2
    Last Post: 03-07-2013, 02:02 PM
  5. Add Control To Right-Click Cell Context Menu
    By Rasm in forum Excel Help
    Replies: 3
    Last Post: 04-17-2011, 08:04 PM

Posting Permissions

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