Link to home
Start Free TrialLog in
Avatar of changw414
changw414

asked on

Loading a file form IE?

I am trying to load a file from a directory using IE. So far I am using the following code:

Dim OpenInet
OpenInet = Shell("C:\Program Files\Internet Explorer\iexplore.exe d:\hi.txt", 1)

Is there a way that I can open the file not assuming the file will always be in the d:\ drive?

Thanks in Advance
ASKER CERTIFIED SOLUTION
Avatar of rettiseert
rettiseert

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rettiseert
rettiseert

sure*
Avatar of changw414

ASKER

I actually figured another way of doing it. Thanks for the effort!