yarondavid
Programmer
Hi
I want to send and “Enter” key to the cmd window from VBA script
I use the following line in VBA script, but it doesn’t work:
Call Shell("cmd.exe /K t:" + Chr$(13), vbNormalFocus)
Thanks,
Yaron
I want to send and “Enter” key to the cmd window from VBA script
I use the following line in VBA script, but it doesn’t work:
Call Shell("cmd.exe /K t:" + Chr$(13), vbNormalFocus)
Thanks,
Yaron