|
-
Feb 21st, 2001, 07:40 AM
#1
Thread Starter
New Member
Hi,
I want to open a html file thru excel application.Can anyone tell me how to go about it.
Thanks.
-
Feb 21st, 2001, 08:05 AM
#2
Use the Shell function.
I'm not to sure what Excel's path is, but...
Code:
Shell "C:\Program Files\Microsoft\...\Excel.exe C:\htmlfile.htm",1
It's something like that, just replace with the correct path.
-
Feb 21st, 2001, 08:17 AM
#3
Thread Starter
New Member
Thanks a lot. It works....
-
Feb 21st, 2001, 09:06 PM
#4
Path of Excel
Hi
You can get the path to Excel from
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Common\InstallRoot and the key name is "Path"
This is for Office 2000.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|