The Send Keys action in PAD for passing "Control + Shift + #" (to convert the cell to date format) doesn't work for an excel table when Text to send is {Control}({Shift}({#})). The result is it just pass "{" in the first cell from the selected range of cells. However, it works for paste value only which is "Control + Shift + V" when passed text to send as {Control}({Shift}({V})).
Note: I tried the workaround with {LControlKey}({LShiftKey}({#})), still the same.
If this doesn't work, I am also looking out for an alternate solutions to convert a range of cells in an excel table to date format using any PAD actions.
Many thanks in advance!