ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   open a non-office file using cell data from excel (https://www.excelbanter.com/excel-discussion-misc-queries/65344-open-non-office-file-using-cell-data-excel.html)

dcauldwell

open a non-office file using cell data from excel
 
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.

Don Guillett

open a non-office file using cell data from excel
 
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.




Woytaz

open a non-office file using cell data from excel
 
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/


All times are GMT +1. The time now is 07:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com