Hey guys,
I have a very weird problem re using a specific short cut to call a macro within Excel. I posted on a different site but got little help.
I have been really puzzled by this problem. Please help me out.
In my office, we have a macro (let's call it macro A) that everybody needs to run and it has been associated with "Ctrl + Shift + Q". I have been using it for over 1 year after updating to Excel 2010 and never had a problem.
However, one week ago, it stopped working. Now, when I do "Ctrl + Shift + Q" nothing happens.
Trying to figure out the problem, I have tried a lot of ways and found:
1. If I associate the same macro A to "Ctrl + Shift + W", it will work. So it feels like there is nothing wrong with the macro A.
2. If I create a new workbook which contains nothing. Then, add a dummy macro like
sub Dummy()
msgbox "Hello!"
end sub
and associate "Ctrl + Shift + Q" to Dummy(). Then clicking "Ctrl + Shift + Q" will again lead to NOTHING.
3. I tested my keyboard, everything is fine. Also, since in Excel I can associate a macro with "Ctrl + Shift + Q", it also suggests the keys should work.
4. With the same workbook, if my colleagues opened it and test "Ctrl + Shift + Q", it worked perfectly fine (i.e. the right macro gets called). However, today, one of my colleagues got the same syndrome with me while others are still doing fine with "Ctrl + Shift + Q".
So I really cannot think of a way to solve the problem. Could you guys PLEASE PLEASE help? Thanks!
I have a very weird problem re using a specific short cut to call a macro within Excel. I posted on a different site but got little help.
I have been really puzzled by this problem. Please help me out.
In my office, we have a macro (let's call it macro A) that everybody needs to run and it has been associated with "Ctrl + Shift + Q". I have been using it for over 1 year after updating to Excel 2010 and never had a problem.
However, one week ago, it stopped working. Now, when I do "Ctrl + Shift + Q" nothing happens.
Trying to figure out the problem, I have tried a lot of ways and found:
1. If I associate the same macro A to "Ctrl + Shift + W", it will work. So it feels like there is nothing wrong with the macro A.
2. If I create a new workbook which contains nothing. Then, add a dummy macro like
sub Dummy()
msgbox "Hello!"
end sub
and associate "Ctrl + Shift + Q" to Dummy(). Then clicking "Ctrl + Shift + Q" will again lead to NOTHING.
3. I tested my keyboard, everything is fine. Also, since in Excel I can associate a macro with "Ctrl + Shift + Q", it also suggests the keys should work.
4. With the same workbook, if my colleagues opened it and test "Ctrl + Shift + Q", it worked perfectly fine (i.e. the right macro gets called). However, today, one of my colleagues got the same syndrome with me while others are still doing fine with "Ctrl + Shift + Q".
So I really cannot think of a way to solve the problem. Could you guys PLEASE PLEASE help? Thanks!