PDA

View Full Version : Open a file from ftp site



ThaNguyen
10-25-2007, 10:00 AM
I have a macro that would open file on a ftp site but it would prompt a name a password everytime. Is there a way I could add the name and password with the macro that I would not have to enter name/password everytime

Thank you in advance

Bob Phillips
10-25-2007, 10:02 AM
Using Sendkeys?

ThaNguyen
10-25-2007, 10:04 AM
Using Sendkeys?

Not sure what you meant

Bob Phillips
10-25-2007, 10:05 AM
Lookup sendkeys in VBA help, it allows you to send keystrokes to the activewindow.