Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I am trying, if at all possible to do the following. I want to create a button on an excell sheet that will open and ru another windows based application. I then want it to automatically perform certain tasks within tha program, ie open a file, print or save. Is this at all possible if so how... Any help or advise would be most welcome cheer -- leePosted from - http://www.officehelp.i |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Lee,
See the Shell function in VBA help. --- Regards, Norman "lee" wrote in message ... Hi, I am trying, if at all possible to do the following. I want to create a button on an excell sheet that will open and run another windows based application. I then want it to automatically perform certain tasks within that program, ie open a file, print or save. Is this at all possible if so how... Any help or advise would be most welcome cheers -- leePosted from - http://www.officehelp.in |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have looked for this in the help file but it isnt listed. I have this feeling that shell isnt available to me any further ideas? ps I am running excel 2000 cheer -- leePosted from - http://www.officehelp.i |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is an example of using SHELL to run an external application:
Sub Macro1() x = Shell("cmd.exe /c C:\Userguide.pdf", 1) End Sub This will run Adobe Acrobat. To control the application try SendKeys -- Gary's Student "lee" wrote: I have looked for this in the help file but it isnt listed. I have this feeling that shell isnt available to me any further ideas? ps I am running excel 2000 cheers -- leePosted from - http://www.officehelp.in |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spreadsheet will not open without Excel Application being open fir | Excel Discussion (Misc queries) | |||
How to open MS Excell 2007 Sheet in MS Excell 2000??? | New Users to Excel | |||
how do you open an excell email attacment, if I dont have excell | Excel Discussion (Misc queries) | |||
Can Excel open a new application every time you open a file? | Setting up and Configuration of Excel | |||
Can not open excel files without open application | Excel Discussion (Misc queries) |