chemebabak
Chemical
- Feb 8, 2011
- 100
I am running this code in Excel VBA:
which opens this page as a read-only file. Where is this file stored on my C: drive? I have looked in C:\Users\Default\AppData\Local\Microsoft\Windows\Temporary Internet Files and it is empty. I have also looked in Libraries\Documents, where the MS Excel file is saved, and I did not find it there either. I also have looked in C:\Program Files (x86)\Microsoft Office\Office12 and I still did not find anything.
Where is this file stored?
Code:
Sub marco1()
Application.Workbooks.Open "[URL unfurl="true"]http://www.eng-tips.com"[/URL]
End Sub
which opens this page as a read-only file. Where is this file stored on my C: drive? I have looked in C:\Users\Default\AppData\Local\Microsoft\Windows\Temporary Internet Files and it is empty. I have also looked in Libraries\Documents, where the MS Excel file is saved, and I did not find it there either. I also have looked in C:\Program Files (x86)\Microsoft Office\Office12 and I still did not find anything.
Where is this file stored?