Microsoft
Software
Hardware
Network
Question : Find full path of EXCEL.EXE
Dear Experts,
a) Some time ago I got help from another forum to find the path of MSACCESS.EXE.
b) I thought I could replace MSACCESS.EXE with EXCEL.EXE.
and got the following error:
"Invalid Root in registry key"
c) i googled this error and found this link that discusses my error.
http://www.mail-archive.co
m/arslist@
arslist.or
g/
msg30335
.html
i went to run/regedit, and see EXEL.EXE, but do not know what to do next or how to modify
the code...
pls advise, thx,
sandra
code:
======
Public Sub GetExcelExeLocation()Dim strBackExcelExeLocation As StringDim WSHShellSet
WSHShell = CreateObject("WScript.Shel
l")
'Get msaccess path from regkey
strBackExcelExeLocation = WSHShell.RegRead _
("HKEY_LOCAL_MACHINE\SOFTW
ARE\Micros
oft\Window
s\CurrentV
ersion\" _
& "App Paths\EXEL.EXE\Path")
End Sub
Answer : Find full path of EXCEL.EXE
Was that a typo (EXEL.EXE)? How about:
strBackExcelExeLocation = WSHShell.RegRead _
("HKEY_LOCAL_MACHINE\SOFTW
ARE\Micros
oft\Window
s\CurrentV
ersion\" _
& "App Paths\EXCEL.EXE\Path")
Random Solutions
A problem is preventing Windows from accurately checking the license for this computer, Error Code 0X8009006
How to alter 'Show time As' default headings?
Rails: How do I get the domain name
Crystal Reports XI - Isnull Formula
How to disable reading pane and auto preview in Outlook 2003
Sendmail error "lost input channel from" using Sendmail version 8.13.1
public store problem - database not up to date
PowerShell task will not run when logged off
windows Batch script to test whether uid/pwd of the remote server is correct.
what is the syntax to add a new user?