|
-
Feb 19th, 2007, 07:44 PM
#2
Addicted Member
Re: Excel VBA FileSearch Different Results
Hi,
I can't explain what's going on with your colleague's computer, but why don't you use Application.Path to get the path for Excel.exe?
VB Code:
Sub Test()
Debug.Print Application.Path
End Sub
It's much quicker this way.
Here's some documentation:
http://msdn2.microsoft.com/en-us/lib...fice.11).aspx#
HTH
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
|