M
MarkHear1
Hi All,
I have written a quite simple VB script, and have got a section that I
would like to "tidy up"
If anybody could offer any suggestions they would be greatly
appreciated. The section of script is below:
Application.Wait Now + TimeValue("00:00:5")
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{ENTER}"
Many Thanks,
Mark
I have written a quite simple VB script, and have got a section that I
would like to "tidy up"
If anybody could offer any suggestions they would be greatly
appreciated. The section of script is below:
Application.Wait Now + TimeValue("00:00:5")
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{tab}", True
SendKeys "{Tab}", True
SendKeys "{tab}", True
SendKeys "{ENTER}"
Many Thanks,
Mark