+ Reply to Thread
Results 1 to 5 of 5

psate values in right click

  1. #1
    Forum Contributor
    Join Date
    06-15-2004
    Posts
    246

    psate values in right click

    i would like to add paste value to the menu when you right click a cell to save time going to paste special

  2. #2
    Norman Jones
    Guest

    Re: psate values in right click

    Hi Ceemo,

    > i would like to add paste value to the menu when you right click a cell
    > to save time going to paste special


    Try:

    '=============>>
    Public Sub Tester()
    Dim iCtr As Long
    iCtr = Application.CommandBars("Cell"). _
    FindControl(ID:=22).Index
    Application.CommandBars("Cell").Controls. _
    Add Type:=msoControlButton, ID:=370, _
    Before:=iCtr + 1
    End Sub
    '<<=============


    ---
    Regards,
    Norman



  3. #3
    Forum Contributor
    Join Date
    06-15-2004
    Posts
    246

    all books

    thats exactly what i wanted many thanks !!

    Is there a way to apply this to every book i open without having to add the code each time?

  4. #4
    Forum Contributor
    Join Date
    06-15-2004
    Posts
    246

    excel 2003

    in case it matters i run in excel 2003

  5. #5
    Norman Jones
    Guest

    Re: psate values in right click

    Hi Ceemo,

    > Is there a way to apply this to every book i open without having to add
    > the code each time?


    This is an application setting; the amended right-click menu will be
    avaialble to all open workbooks.


    ---
    Regards,
    Norman



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1