ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to find out the path to excel.exe thru vb (https://www.excelbanter.com/excel-programming/356453-how-find-out-path-excel-exe-thru-vbulletin.html)

[email protected]

How to find out the path to excel.exe thru vb
 
Hi All,

Can any body tell me how to extract the path of excel.exe installed on
my computer thru vb 6.0.


by
Sentimental


Jim Cone

How to find out the path to excel.exe thru vb
 
Sentimental,
I don't have classic VB, but this should work...
'---------------------------
Sub GetExcelPathFromVB()
Dim appXL As Object
Dim s As String
Set appXL = CreateObject("Excel.Application")
s = appXL.Path
MsgBox s
appXL.Quit
Set appXL = Nothing
End Sub
'------------
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


wrote in message ups.com...
Hi All,
Can any body tell me how to extract the path of excel.exe installed on
my computer thru vb 6.0.
by
Sentimental



All times are GMT +1. The time now is 04:43 AM.

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