View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Log in with macro

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

"Arne Hegefors" wrote in message
...
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!