Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think you may want the Shell command
here is an example: ' Specifying 1 as the second argument opens the application in ' normal size and gives it the focus. Dim RetVal RetVal = Shell("C:\WINDOWS\CALC.EXE", 1) ' Run Calculator. hope this helps "hoser78" wrote: I'm new at this so please bear with me. I'm trying to run a non-microsoft application using the vb in excel 2003. I can do it using the sendkeys method but I need a better way. I can't get DDEInitiate to work with the other application. Can anyone help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Microsoft Visual Basic errors displaid when opening Microsoft Word 97 & Excel (7 | Setting up and Configuration of Excel | |||
Relation Microsoft Access avec Microsoft Excel | Excel Discussion (Misc queries) | |||
Change individual cell heights/widths in Microsoft Excel 2000 like Microsoft Word | Excel Discussion (Misc queries) | |||
Running multiple queries in Microsoft Query in Excel | Excel Programming | |||
Eliminate screen flashing while running a macro using VBA in Microsoft Excel. | Excel Programming |