|
-
May 22nd, 2007, 01:44 PM
#1
New Member
Re: Need help with Excel web query
Here is what I found-the temporary file's folder for IE7 is a hidden folder and I cannot change the settings on that folder, thats the reason why the code won't work.
Is there a way around this?
-
May 22nd, 2007, 02:05 PM
#2
New Member
Re: Need help with Excel web query
Yeah, apparently the kill statement doesn't work on hidden files.
You could try this to unhide the folder:
Setattr "C:\Documents and Settings\.......\Local Settings\Temporary Internet Files", vbnormal
You have to replace the above path name with the specific folder in which your IE7 sames temporary files. The above command will make your Temporary Internet Files folder unhidden. You should then be able to use the kill command.
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
|