Hello!
I'm trying to create a macro, that I can then place in the "Quick Access Toolbar" that does the same as "Ctrl+[".
My Excel is Portuguese, and I can't find a way to make that shortcut working.
So, I thought that I could use the SendKeys VBA command.
But doesn't seem to work either.
I'm writting:
SendKeys "^{]}"
But it just prints the "[", instead of toggling anything.
Can someone help me with this please?
Thank you!
I'm trying to create a macro, that I can then place in the "Quick Access Toolbar" that does the same as "Ctrl+[".
My Excel is Portuguese, and I can't find a way to make that shortcut working.
So, I thought that I could use the SendKeys VBA command.
But doesn't seem to work either.
I'm writting:
SendKeys "^{]}"
But it just prints the "[", instead of toggling anything.
Can someone help me with this please?
Thank you!