Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
Is it possible to write a macro from ecxel which can invoke another windows application. if so please let me know...... Thanks and Regards Anil.Hungund |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes:
1. Shell command 2. Hyperlink 3. Object creation 4. etc. -- Gary''s Student gsnu200712 "anil" wrote: Hi all, Is it possible to write a macro from ecxel which can invoke another windows application. if so please let me know...... Thanks and Regards Anil.Hungund |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Mar 30, 11:01 am, "anil" wrote:
Hi all, Is it possible to write a macro from ecxel which can invoke another windows application. if so please let me know...... Thanks and Regards Anil.Hungund This is taken from VBA Help for the Shell function: Dim RetVal RetVal = Shell("C:\WINDOWS\CALC.EXE", 1) ' Run Calculator Put the full path to the .exe file within the quotes. Hope this helps. Pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Please free the Application Windows in Office 2007 | Excel Discussion (Misc queries) | |||
Windows application error message | Excel Discussion (Misc queries) | |||
Excel application.quit in macro problem | New Users to Excel | |||
separate application windows | Excel Discussion (Misc queries) | |||
How to keep userform always on the top of all windows application | Excel Discussion (Misc queries) |