02-18-2014, 12:02 AM
you can use the shell object and use the send keys to simulate the recording.
Code:
Set WShell =CreateObject("WScript.Shell")
WShell.SendKeys "{F3}"
WShell.SendKeys "{ENTER}"
Thanks,
SUpputuri
SUpputuri