I am trying to use the sendkeys function to add an ftp site.
the code:
Application.SendKeys "%fa%if{DOWN}~"
produces the necessary "Add/Modify ftp Locations" dialogue panel.
BUT if I try:
Application.SendKeys "%fa%if{DOWN}~myserver.mydomain.com"
nothing appears in the required domain name entry field.
Any ideas ?
Bookmarks