Yes, it does.
Perhaps you could use Application.Onkey to override whatever is breaking it
You could have Setkey run in the Workbook_Open event of an addin or your Personal macro workbook?Sub DoAutoSum() Dim obj Application.CommandBars.FindControl(ID:=226).Controls(1).Execute End Sub Sub setkey() Application.OnKey "%=", "DoAutoSum" End Sub
Last edited by OnErrorGoto0; 01-11-2012 at 08:05 AM. Reason: simplify code
Good luck.
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!
You are welcome. I still suspect some other program is intercepting that shortcut.
Good luck.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks