+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19

Thread: AutoSum shotcut doesn't work

  1. #16
    Registered User
    Join Date
    11-13-2007
    Location
    Prague
    Posts
    30

    Re: AutoSum shotcut doesn't work

    Yes, it does.

  2. #17
    Valued Forum Contributor OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,647

    Re: AutoSum shotcut doesn't work

    Perhaps you could use Application.Onkey to override whatever is breaking it
    
    Sub DoAutoSum()
       Dim obj
       Application.CommandBars.FindControl(ID:=226).Controls(1).Execute
    End Sub
    Sub setkey()
       Application.OnKey "%=", "DoAutoSum"
    End Sub
    You could have Setkey run in the Workbook_Open event of an addin or your Personal macro workbook?
    Last edited by OnErrorGoto0; 01-11-2012 at 08:05 AM. Reason: simplify code
    Good luck.

  3. #18
    Registered User
    Join Date
    11-13-2007
    Location
    Prague
    Posts
    30

    Re: AutoSum shotcut doesn't work

    I don't know how to use the Setkey. I, however, assigned a shortcut to DoAutoSum macro and it works! So it still bothers me a little what's wrong with my configuration but this solutions meets my needs perfectly. Thank You very much!

  4. #19
    Valued Forum Contributor OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,647

    Re: AutoSum shotcut doesn't work

    You are welcome. I still suspect some other program is intercepting that shortcut.
    Good luck.

+ 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.2.0