sendkey with multiple variable
how can i pass multiple variable using sendkey from datasheet?
This applies to single data
Set WshShell = createobject("wscript.shell")WshShell.SendKeys("^f")WshShell.SendKeys "textone"
resolved this