Chandra Mohan Singh
New Member
Sub test()
dim v1 as Variant
v1 = "ram(Shyam)"
SendKeys v1
End Sub
But instead of "ram(Shyam)" it comes only "ramShyam"
So please someone help how we can press "(" or ")" along with other text through SendKes.
dim v1 as Variant
v1 = "ram(Shyam)"
SendKeys v1
End Sub
But instead of "ram(Shyam)" it comes only "ramShyam"
So please someone help how we can press "(" or ")" along with other text through SendKes.