I would like to start Ctrl + Shift + G in code VB.

I try with SendKeys {^+G} but the characters "{" is not accepted.

I try "^" & "+G" and "^" & "+" & "G" and ... but I am not able to start Ctrl+Shift+G

Do you know how can I do that ?

Thanks
Redg