Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was woundering if it was possiable to have Excel click somewhere
inside of another program and enter the contents of cell A3 into a specific feild inside of that program??? I can do this with a 3rd party macro recording tool but thats to dependent on that type of program...any ideas? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Various way; Automation, DDE, SendMessage, SendKeys.
What is the target app. NickHK wrote in message ups.com... I was woundering if it was possiable to have Excel click somewhere inside of another program and enter the contents of cell A3 into a specific feild inside of that program??? I can do this with a 3rd party macro recording tool but thats to dependent on that type of program...any ideas? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Well any program for that matter...the target program would be SAP or
Prophet21. Any ideas of how to develop methods to get this to work correctly? NickHK wrote: Various way; Automation, DDE, SendMessage, SendKeys. What is the target app. NickHK wrote in message ups.com... I was woundering if it was possiable to have Excel click somewhere inside of another program and enter the contents of cell A3 into a specific feild inside of that program??? I can do this with a 3rd party macro recording tool but thats to dependent on that type of program...any ideas? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You would need to check their documentation to see which of the first 2
methods (if any) they support. If not, then the second 2 methods will be necessary. NickHK wrote in message oups.com... Well any program for that matter...the target program would be SAP or Prophet21. Any ideas of how to develop methods to get this to work correctly? NickHK wrote: Various way; Automation, DDE, SendMessage, SendKeys. What is the target app. NickHK wrote in message ups.com... I was woundering if it was possiable to have Excel click somewhere inside of another program and enter the contents of cell A3 into a specific feild inside of that program??? I can do this with a 3rd party macro recording tool but thats to dependent on that type of program...any ideas? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bypass: A program is trying to send mail using Item.Send prompt | Excel Discussion (Misc queries) | |||
copy information on a excel sheet and send to an outlook contact? | Excel Discussion (Misc queries) | |||
Hiding "Send To Mail Recipient" Information In Excel | Excel Discussion (Misc queries) | |||
Email from Excel; MS warning "program is trying to send mail on your behalf" | Excel Programming | |||
HOW TO send data to another program and get back results in Excel? | Excel Programming |