Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
can I open a non-office file using cell data from excel.
I want to use data calculated within excel, which I have then put into a string, to then be used to open the file, to which that string refers. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have a look in vba help for SHELL
-- Don Guillett SalesAid Software "dcauldwell" wrote in message ... can I open a non-office file using cell data from excel. I want to use data calculated within excel, which I have then put into a string, to then be used to open the file, to which that string refers. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Mon, 16 Jan 2006 10:09:02 +0100, dcauldwell
wrote: I'm using something like this for application VNC. In excel there is column with ip addresses and this macro (I've created a module): Sub VNC() RetVal = Shell("C:\Program Files\UltraVnc\vncviewer.exe " & ActiveCell.Value) End Sub Generally command Shell is allowing you to run other apps can I open a non-office file using cell data from excel. I want to use data calculated within excel, which I have then put into a string, to then be used to open the file, to which that string refers. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can see data as-is ('0123' and not '123') when open excel file | Excel Discussion (Misc queries) | |||
trying to open an excel file in excel 2003 | Excel Discussion (Misc queries) | |||
Using Jet to read excel file returns blank for last cell - sometim | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions | |||
How to auto-refresh Pivot data when open Excel file? | Excel Worksheet Functions |