Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You might need something like this... Sub Test() Set DataRange = Range(Cells(1, 1), Cells(1, 10)) MyProgID = Shell("C:\MyProg\Myprog.exe") AppActivate MyProgID For Each Cell In DataRange Application.SendKeys Cell, True 'Add other SendKeys commands here Next Cell End Sub -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=561808 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retrieve data from separate Excel session | Charts and Charting in Excel | |||
consolidation of tables in excel with text and figures | Excel Worksheet Functions | |||
From several workbooks onto one excel worksheet | Excel Discussion (Misc queries) | |||
in an excel macro can you import data from word into a cell? | Excel Discussion (Misc queries) | |||
Export Excel Data to Access With a Macro!!! | Excel Discussion (Misc queries) |