Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi guys, here's my problem:
I've an excel sheet that needs an external program to download data and import them on excel. Since both sheet & program have to be downloaded from the web (by many users) i need to create a 'universal' Hyperlink inside the excel sheet able to open the program located somewhere on users' hard disk. When i've created this link on my file (in MY desktop), simply i've followed program's path from Excel hypertestual-window, and it works fine. But people told me that it's impossible to open the needed-program (probably because it's located in a different directory) when they call it (using My-desktop link, "OBVIOUS, i thought"). So, how could i solve this problem ??? thanks in advance for your attention! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the SHELL command to start the external program running. It gives you
lots of options on either giving the external program focus or not, or how to automate the actions of the external program. -- Gary's Student "furbiuzzu" wrote: Hi guys, here's my problem: I've an excel sheet that needs an external program to download data and import them on excel. Since both sheet & program have to be downloaded from the web (by many users) i need to create a 'universal' Hyperlink inside the excel sheet able to open the program located somewhere on users' hard disk. When i've created this link on my file (in MY desktop), simply i've followed program's path from Excel hypertestual-window, and it works fine. But people told me that it's impossible to open the needed-program (probably because it's located in a different directory) when they call it (using My-desktop link, "OBVIOUS, i thought"). So, how could i solve this problem ??? thanks in advance for your attention! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks a lot.
i'm going to study it deeply |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sorry but a can't find such command in my VBE guide.
where can i find something about it ??? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Pull-up VBA Help and search for SHELL. ITs there.
-- Gary''s Student "furbiuzzu" wrote: sorry but a can't find such command in my VBE guide. where can i find something about it ??? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cant open a file directly when I click on it | Excel Discussion (Misc queries) | |||
Cannot open excel file directly | Excel Discussion (Misc queries) | |||
Hyperlink directly to a contact in Outlook? | Excel Worksheet Functions | |||
Excel won't open Files directly | Excel Discussion (Misc queries) | |||
How open a file clicking directly over it? | Setting up and Configuration of Excel |