I'm trying to send Ctrl+Shift+1 to Excel to format a (selected in the last step) column as a number. Whatever I do results in a 1, {, and/or ( in the row 1 cell.
I've looked around the forums already and tried the different syntaxes suggested in other posts, but nothing is working. Help please?
Tried:
- {LControlKey}({LShiftKey}({1}))
- {Control}({Shift}({1}))
- {Control}({Shift}(1))
- {Control}({Shift}{1})