Log in with macro

A

Arne Hegefors

Hi! Is it possible to use a macro to login to another program? What I want to
do is to have my macro open a program that requiers user name and password. I
want the macro to write the user name and password so that i can open the
application automatically. The application is Bloomberg (not sure if that
makes a difference or not, but I have paid for a Bloomberg account so I do
not want to hack the program etc. I just want to be able to open it
automatically). Any help appreciated! Thanks!
 
N

NickHK

Arne,
Depends what this Bloomberg app supports.
In a rough order of ease, you have:
ActiveX/COM
DDE
Command line switches
API: FindWindowEx/SendMessage
SendKeys

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top